[Pkg-samba-maint] r2694 - in trunk/ctdb/debian: . patches

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Tue Apr 7 17:28:51 UTC 2009


Author: mparent-guest
Date: 2009-04-07 17:28:51 +0000 (Tue, 07 Apr 2009)
New Revision: 2694

Added:
   trunk/ctdb/debian/patches/30_install_notify.sh_executable.diff
Modified:
   trunk/ctdb/debian/changelog
   trunk/ctdb/debian/patches/series
Log:
added 30_install_notify.sh_executable.diff: to install /etc/ctdb/notify.sh
as executable (it is a shell script)


Modified: trunk/ctdb/debian/changelog
===================================================================
--- trunk/ctdb/debian/changelog	2009-04-07 17:21:49 UTC (rev 2693)
+++ trunk/ctdb/debian/changelog	2009-04-07 17:28:51 UTC (rev 2694)
@@ -9,8 +9,10 @@
     - Default-Stop: 0 1 6
     - renamed functions: start -> start_server, stop -> stop_server
   * debian/copyright: adding Michael Adam to upstream authors 
+  * added 30_install_notify.sh_executable.diff: to install /etc/ctdb/notify.sh
+    as executable (it is a shell script)
 
- -- Mathieu Parent <math.parent at gmail.com>  Tue, 07 Apr 2009 19:06:30 +0200
+ -- Mathieu Parent <math.parent at gmail.com>  Tue, 07 Apr 2009 19:24:10 +0200
 
 ctdb (1.0.73-1) unstable; urgency=low
 

Added: trunk/ctdb/debian/patches/30_install_notify.sh_executable.diff
===================================================================
--- trunk/ctdb/debian/patches/30_install_notify.sh_executable.diff	                        (rev 0)
+++ trunk/ctdb/debian/patches/30_install_notify.sh_executable.diff	2009-04-07 17:28:51 UTC (rev 2694)
@@ -0,0 +1,19 @@
+Goal: Install /etc/ctdb/notify.sh as executable
+
+Author: Mathieu Parent <math.parent at gmail.com>
+
+Upstream status: Pinged on IRC. To be submited
+
+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

Modified: trunk/ctdb/debian/patches/series
===================================================================
--- trunk/ctdb/debian/patches/series	2009-04-07 17:21:49 UTC (rev 2693)
+++ trunk/ctdb/debian/patches/series	2009-04-07 17:28:51 UTC (rev 2694)
@@ -1 +1,2 @@
 02_ctdb_diagnostics.diff
+30_install_notify.sh_executable.diff




More information about the Pkg-samba-maint mailing list