Bug 6250 - [CTDB] Install /etc/ctdb/notify.sh as executable
Summary: [CTDB] Install /etc/ctdb/notify.sh as executable
Status: RESOLVED FIXED
Alias: None
Product: CTDB 2.5.x or older
Classification: Unclassified
Component: ctdb (show other bugs)
Version: unspecified
Hardware: Other Linux
: P3 normal
Target Milestone: ---
Assignee: Michael Adam
QA Contact: Michael Adam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-07 12:50 UTC by Mathieu Parent
Modified: 2009-04-08 07:41 UTC (History)
0 users

See Also:


Attachments
Install as executable (857 bytes, patch)
2009-04-07 12:51 UTC, Mathieu Parent
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Parent 2009-04-07 12:50:09 UTC
config/notify.sh is currently installed with mode 644. But it contains shell shbang (#!/bin/sh).

Either remove the shbang or install it as executable.
Comment 1 Mathieu Parent 2009-04-07 12:51:23 UTC
Created attachment 4055 [details]
Install as executable

Attached is a patch for solution 1
Comment 2 Ronnie Sahlberg 2009-04-07 17:52:02 UTC
I have changed the permissions so that current git will install this script as 755 instead of 644.
Comment 3 Mathieu Parent 2009-04-08 07:41:39 UTC
Done in 1.0.79

Thanks