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

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Thu Oct 23 14:40:30 UTC 2008


Author: mparent-guest
Date: 2008-10-23 14:40:30 +0000 (Thu, 23 Oct 2008)
New Revision: 2194

Modified:
   trunk/ctdb/debian/changelog
   trunk/ctdb/debian/ctdb.init
Log:
New upstream version 1.0.64.
from 1.0.63: make it possible to set the script log level in CTDB sysconfig


Modified: trunk/ctdb/debian/changelog
===================================================================
--- trunk/ctdb/debian/changelog	2008-10-19 17:25:57 UTC (rev 2193)
+++ trunk/ctdb/debian/changelog	2008-10-23 14:40:30 UTC (rev 2194)
@@ -1,4 +1,4 @@
-ctdb (1.0.62-1) UNRELEASED; urgency=low
+ctdb (1.0.64-1) UNRELEASED; urgency=low
 
   * New upstream git version
   * Maintenance enhancements:
@@ -12,8 +12,9 @@
   * 30_ctdb_log.diff: updated to prepare upstream inclusion
   * debian/rules: added check-external-libs to check orig tarball for popt 
   * 02_ctdb_diagnostics.diff partially applied upstream (from 1.60)
+  * from 1.0.63: make it possible to set the script log level in CTDB sysconfig
 
- -- Mathieu Parent <math.parent at gmail.com>  Fri, 17 Oct 2008 20:39:27 +0200
+ -- Mathieu Parent <math.parent at gmail.com>  Thu, 23 Oct 2008 16:37:45 +0200
 
 ctdb (1.0.47+git200807111148-1) unstable; urgency=low
 

Modified: trunk/ctdb/debian/ctdb.init
===================================================================
--- trunk/ctdb/debian/ctdb.init	2008-10-19 17:25:57 UTC (rev 2193)
+++ trunk/ctdb/debian/ctdb.init	2008-10-23 14:40:30 UTC (rev 2194)
@@ -99,6 +99,9 @@
 [ -z "$CTDB_LVS_PUBLIC_IP" ] || {
 	CTDB_OPTIONS="$CTDB_OPTIONS --lvs"
 }
+[ -z "$CTDB_SCRIPT_LOG_LEVEL" ] || {
+       CTDB_OPTIONS="$CTDB_OPTIONS --script-log-level=$CTDB_SCRIPT_LOG_LEVEL"
+}
 
 if [ "$CTDB_VALGRIND" = "yes" ]; then
     init_style="valgrind"




More information about the Pkg-samba-maint mailing list