[Pkg-samba-maint] r1708 - trunk/ctdb/debian/patches

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Sun Jan 20 21:50:31 UTC 2008


Author: mparent-guest
Date: 2008-01-20 21:50:31 +0000 (Sun, 20 Jan 2008)
New Revision: 1708

Added:
   trunk/ctdb/debian/patches/04_install_chmod.patch
Modified:
   trunk/ctdb/debian/patches/series
Log:
* /etc/ctdb/functions should be executable
* /etc/ctdb/events.d/README shoulmd not be executable


Added: trunk/ctdb/debian/patches/04_install_chmod.patch
===================================================================
--- trunk/ctdb/debian/patches/04_install_chmod.patch	                        (rev 0)
+++ trunk/ctdb/debian/patches/04_install_chmod.patch	2008-01-20 21:50:31 UTC (rev 1708)
@@ -0,0 +1,24 @@
+Index: ctdb-0~20080104223653/Makefile.in
+===================================================================
+--- ctdb-0~20080104223653.orig/Makefile.in	2008-01-20 22:40:03.000000000 +0100
++++ ctdb-0~20080104223653/Makefile.in	2008-01-20 22:40:35.000000000 +0100
+@@ -173,7 +173,7 @@
+ 	${INSTALLCMD} -m 644 include/ctdb_private.h $(DESTDIR)$(includedir) # for samba3
+ 	${INSTALLCMD} -m 755 config/functions $(DESTDIR)$(etcdir)/ctdb
+ 	${INSTALLCMD} -m 755 config/statd-callout $(DESTDIR)$(etcdir)/ctdb
+-	${INSTALLCMD} -m 755 config/events.d/README $(DESTDIR)$(etcdir)/ctdb/events.d
++	${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
+ 	${INSTALLCMD} -m 755 config/events.d/10.interface $(DESTDIR)$(etcdir)/ctdb/events.d
+ 	${INSTALLCMD} -m 755 config/events.d/40.vsftpd $(DESTDIR)$(etcdir)/ctdb/events.d
+Index: ctdb-0~20080104223653/config/functions
+===================================================================
+--- ctdb-0~20080104223653.orig/config/functions	2008-01-20 22:40:48.000000000 +0100
++++ ctdb-0~20080104223653/config/functions	2008-01-20 22:41:17.000000000 +0100
+@@ -1,4 +1,5 @@
+-# utility functions for ctdb event scripts
++#!/bin/sh
++## utility functions for ctdb event scripts
+ 
+ #######################################
+ # pull in a system config file, if any

Modified: trunk/ctdb/debian/patches/series
===================================================================
--- trunk/ctdb/debian/patches/series	2008-01-20 21:39:09 UTC (rev 1707)
+++ trunk/ctdb/debian/patches/series	2008-01-20 21:50:31 UTC (rev 1708)
@@ -1,3 +1,4 @@
 01_ctdb_log.diff
 02_ctdb_diagnostics.diff
 03_web.diff
+04_install_chmod.patch




More information about the Pkg-samba-maint mailing list