[Pkg-samba-maint] r2689 - trunk/ctdb/debian

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Sat Apr 4 17:30:58 UTC 2009


Author: mparent-guest
Date: 2009-04-04 17:30:58 +0000 (Sat, 04 Apr 2009)
New Revision: 2689

Modified:
   trunk/ctdb/debian/changelog
   trunk/ctdb/debian/ctdb.init
Log:
New upstream version 1.0.78:
- added CTDB_NOTIFY_SCRIPT to ctdb.init


Modified: trunk/ctdb/debian/changelog
===================================================================
--- trunk/ctdb/debian/changelog	2009-04-04 07:18:34 UTC (rev 2688)
+++ trunk/ctdb/debian/changelog	2009-04-04 17:30:58 UTC (rev 2689)
@@ -1,8 +1,8 @@
-ctdb (1.0.76-1) UNRELEASED; urgency=low
+ctdb (1.0.78-1) UNRELEASED; urgency=low
 
   * new upstream release
     - updated 02_ctdb_diagnostics.diff
-    - updated ctdb.init (from 1.0.75)
+    - updated ctdb.init (from 1.0.75 and 1.0.78)
   * fix debian/uupdate-wrapper to use "git clone" instead of "git-clone"
   * Updated Standards-Version to 3.8.1: no changes 
   * ctdb.init: update as in https://bugzilla.samba.org/show_bug.cgi?id=6225
@@ -10,7 +10,7 @@
     - renamed functions: start -> start_server, stop -> stop_server
   * debian/copyright: adding Michael Adam to upstream authors 
 
- -- Mathieu Parent <math.parent at gmail.com>  Sat, 28 Mar 2009 19:02:21 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Sat, 04 Apr 2009 19:25:33 +0200
 
 ctdb (1.0.73-1) unstable; urgency=low
 

Modified: trunk/ctdb/debian/ctdb.init
===================================================================
--- trunk/ctdb/debian/ctdb.init	2009-04-04 07:18:34 UTC (rev 2688)
+++ trunk/ctdb/debian/ctdb.init	2009-04-04 17:30:58 UTC (rev 2689)
@@ -131,6 +131,7 @@
 [ -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_NOTIFY_SCRIPT" ]       || CTDB_OPTIONS="$CTDB_OPTIONS --notification-script=$CTDB_NOTIFY_SCRIPT"
 [ -z "$CTDB_START_AS_DISABLED" ] || [ "$CTDB_START_AS_DISABLED" != "yes" ] || {
 	CTDB_OPTIONS="$CTDB_OPTIONS --start-as-disabled"
 }




More information about the Pkg-samba-maint mailing list