mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
make /etc/ctdb/functions executable and add a hashbang to it so
rpmlint wont complain (This used to be ctdb commit 9b8179ad043a80e0e18eeba427a7b7b15690d039)
This commit is contained in:
parent
1ccc4a8e2b
commit
03cbb27a79
@ -176,7 +176,7 @@ install: all
|
||||
${INSTALLCMD} -m 755 bin/smnotify $(DESTDIR)$(bindir)
|
||||
${INSTALLCMD} -m 644 include/ctdb.h $(DESTDIR)$(includedir)
|
||||
${INSTALLCMD} -m 644 include/ctdb_private.h $(DESTDIR)$(includedir) # for samba3
|
||||
${INSTALLCMD} -m 644 config/functions $(DESTDIR)$(etcdir)/ctdb
|
||||
${INSTALLCMD} -m 755 config/functions $(DESTDIR)$(etcdir)/ctdb
|
||||
${INSTALLCMD} -m 755 config/statd-callout $(DESTDIR)$(etcdir)/ctdb
|
||||
${INSTALLCMD} -m 644 config/events.d/README $(DESTDIR)$(etcdir)/ctdb/events.d
|
||||
${INSTALLCMD} -m 755 config/events.d/00.ctdb $(DESTDIR)$(etcdir)/ctdb/events.d
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
# utility functions for ctdb event scripts
|
||||
|
||||
#######################################
|
||||
|
Loading…
Reference in New Issue
Block a user