[Pkg-samba-maint] r1835 - trunk/ctdb/debian
mparent-guest at alioth.debian.org
mparent-guest at alioth.debian.org
Sat Apr 19 12:54:03 UTC 2008
Author: mparent-guest
Date: 2008-04-19 12:54:03 +0000 (Sat, 19 Apr 2008)
New Revision: 1835
Modified:
trunk/ctdb/debian/changelog
trunk/ctdb/debian/ctdb.init
Log:
* New upstream git snapshot 1.0.33+git200804151824
* added CTDB_START_AS_DISABLED parameter to ctdb.init
Modified: trunk/ctdb/debian/changelog
===================================================================
--- trunk/ctdb/debian/changelog 2008-04-19 09:03:58 UTC (rev 1834)
+++ trunk/ctdb/debian/changelog 2008-04-19 12:54:03 UTC (rev 1835)
@@ -1,3 +1,10 @@
+ctdb (1.0.33+git200804151824-1) UNRELEASED; urgency=low
+
+ * New upstream git snapshot
+ * added CTDB_START_AS_DISABLED parameter to ctdb.init
+
+ -- Mathieu Parent <math.parent at gmail.com> Sat, 19 Apr 2008 14:47:08 +0200
+
ctdb (1.0.31+git200803251111-1) unstable; urgency=low
* new upstream git snapshot, from git://git.samba.org/sahlberg/ctdb.git
Modified: trunk/ctdb/debian/ctdb.init
===================================================================
--- trunk/ctdb/debian/ctdb.init 2008-04-19 09:03:58 UTC (rev 1834)
+++ trunk/ctdb/debian/ctdb.init 2008-04-19 12:54:03 UTC (rev 1835)
@@ -79,7 +79,9 @@
[ -z "$CTDB_EVENT_SCRIPT_DIR" ] || CTDB_OPTIONS="$CTDB_OPTIONS --event-script-dir $CTDB_EVENT_SCRIPT_DIR"
[ -z "$CTDB_TRANSPORT" ] || CTDB_OPTIONS="$CTDB_OPTIONS --transport $CTDB_TRANSPORT"
[ -z "$CTDB_DEBUGLEVEL" ] || CTDB_OPTIONS="$CTDB_OPTIONS -d $CTDB_DEBUGLEVEL"
-
+[ -z "$CTDB_START_AS_DISABLED" ] || [ "$CTDB_START_AS_DISABLED" != "yes" ] || {
+ CTDB_OPTIONS="$CTDB_OPTIONS --start-as-disabled"
+}
# Check that the user exists (if we set a user)
# Does the user exist?
if [ -n "$DAEMONUSER" ] ; then
More information about the Pkg-samba-maint
mailing list