[Pkg-samba-maint] r2912 - trunk/ctdb/debian
mparent-guest at alioth.debian.org
mparent-guest at alioth.debian.org
Tue Jun 23 17:15:20 UTC 2009
Author: mparent-guest
Date: 2009-06-23 17:15:19 +0000 (Tue, 23 Jun 2009)
New Revision: 2912
Modified:
trunk/ctdb/debian/changelog
trunk/ctdb/debian/ctdb.init
Log:
respects the $CTDBD environment variable
Modified: trunk/ctdb/debian/changelog
===================================================================
--- trunk/ctdb/debian/changelog 2009-06-23 17:12:59 UTC (rev 2911)
+++ trunk/ctdb/debian/changelog 2009-06-23 17:15:19 UTC (rev 2912)
@@ -4,9 +4,10 @@
- update ctdb.init:
+ obsolete ipmux component removed
+ Initscript fixes
+ + respects the $CTDBD environment variable
* Bump standards version to 3.8.2 (no changes needed)
- -- Mathieu Parent <math.parent at gmail.com> Tue, 23 Jun 2009 19:10:21 +0200
+ -- Mathieu Parent <math.parent at gmail.com> Tue, 23 Jun 2009 19:13:18 +0200
ctdb (1.0.82-2) unstable; urgency=low
Modified: trunk/ctdb/debian/ctdb.init
===================================================================
--- trunk/ctdb/debian/ctdb.init 2009-06-23 17:12:59 UTC (rev 2911)
+++ trunk/ctdb/debian/ctdb.init 2009-06-23 17:15:19 UTC (rev 2912)
@@ -22,7 +22,7 @@
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/ctdbd
+DAEMON=${CTDBD:-/usr/sbin/ctdbd}
NAME=ctdb
DESC="Clustered TDB"
More information about the Pkg-samba-maint
mailing list