The Samba-Bugzilla – Attachment 4055 Details for
Bug 6250
[CTDB] Install /etc/ctdb/notify.sh as executable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Install as executable
30_install_notify.sh_executable.diff (text/plain), 857 bytes, created by
Mathieu Parent
on 2009-04-07 12:51:23 UTC
(
hide
)
Description:
Install as executable
Filename:
MIME Type:
Creator:
Mathieu Parent
Created:
2009-04-07 12:51:23 UTC
Size:
857 bytes
patch
obsolete
>Goal: Install /etc/ctdb/notify.sh as executable > >Author: Mathieu Parent <math.parent@gmail.com> > >Upstream status: https://bugzilla.samba.org/show_bug.cgi?id=6250 > >Index: b/Makefile.in >=================================================================== >--- a/Makefile.in >+++ b/Makefile.in >@@ -223,7 +223,7 @@ > if [ -f doc/ctdb.1 ];then ${INSTALLCMD} -m 644 doc/ctdb.1 $(DESTDIR)$(mandir)/man1; fi > if [ -f doc/ctdbd.1 ];then ${INSTALLCMD} -m 644 doc/ctdbd.1 $(DESTDIR)$(mandir)/man1; fi > if [ -f doc/onnode.1 ];then ${INSTALLCMD} -m 644 doc/onnode.1 $(DESTDIR)$(mandir)/man1; fi >- if [ ! -f $(DESTDIR)$(etcdir)/ctdb/notify.sh ];then ${INSTALLCMD} -m 644 config/notify.sh $(DESTDIR)$(etcdir)/ctdb; fi >+ if [ ! -f $(DESTDIR)$(etcdir)/ctdb/notify.sh ];then ${INSTALLCMD} -m 755 config/notify.sh $(DESTDIR)$(etcdir)/ctdb; fi > > test: all > tests/run_tests.sh
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 6250
: 4055