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

sathieu at alioth.debian.org sathieu at alioth.debian.org
Wed Nov 11 21:44:52 UTC 2009


Author: sathieu
Date: 2009-11-11 21:44:52 +0000 (Wed, 11 Nov 2009)
New Revision: 3117

Modified:
   trunk/ctdb/debian/changelog
   trunk/ctdb/debian/ctdb.init
Log:
New upstream release
    - Updated ctdb.init (Commit 058e21d96c3c02759833fd5ddfe7b43e6a5f5740
      "From Rusty")



Modified: trunk/ctdb/debian/changelog
===================================================================
--- trunk/ctdb/debian/changelog	2009-11-11 18:42:23 UTC (rev 3116)
+++ trunk/ctdb/debian/changelog	2009-11-11 21:44:52 UTC (rev 3117)
@@ -1,3 +1,11 @@
+ctdb (1.0.104-1) UNRELEASED; urgency=low
+
+  * New upstream release
+    - Updated ctdb.init (Commit 058e21d96c3c02759833fd5ddfe7b43e6a5f5740
+      "From Rusty")
+
+ -- Mathieu Parent <sathieu at debian.org>  Wed, 11 Nov 2009 22:41:43 +0100
+
 ctdb (1.0.103-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/ctdb/debian/ctdb.init
===================================================================
--- trunk/ctdb/debian/ctdb.init	2009-11-11 18:42:23 UTC (rev 3116)
+++ trunk/ctdb/debian/ctdb.init	2009-11-11 21:44:52 UTC (rev 3117)
@@ -212,6 +212,12 @@
 
     check_persistent_databases || return $?
 
+    if [ yes == "$CTDB_SUPPRESS_COREFILE" ]; then
+	ulimit -c 0
+    else
+	ulimit -c unlimited
+    fi
+
     case $init_style in
         valgrind)
 	        valgrind -q --log-file=/var/log/ctdb_valgrind \




More information about the Pkg-samba-maint mailing list