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

sathieu at alioth.debian.org sathieu at alioth.debian.org
Thu Oct 13 18:38:47 UTC 2011


Author: sathieu
Date: 2011-10-13 18:38:47 +0000 (Thu, 13 Oct 2011)
New Revision: 3930

Modified:
   trunk/ctdb/debian/ctdb.init
Log:
make sure all ips are dropped, pfkill -9 might leave them hanging around

Modified: trunk/ctdb/debian/ctdb.init
===================================================================
--- trunk/ctdb/debian/ctdb.init	2011-10-13 18:35:28 UTC (rev 3929)
+++ trunk/ctdb/debian/ctdb.init	2011-10-13 18:38:47 UTC (rev 3930)
@@ -376,6 +376,9 @@
 	        pkill -9 -f $CTDB_BASE/events.d/
         }
     done
+    # make sure all ips are dropped, pfkill -9 might leave them hanging around
+    drop_all_public_ips
+
     case $init_style in
         suse)
 	        # re-set the return code to the recorded RETVAL in order





More information about the Pkg-samba-maint mailing list