[Pkg-sysvinit-commits] r1185 - in sysvinit/trunk/debian: . initscripts/etc/init.d

pere at alioth.debian.org pere at alioth.debian.org
Thu Jan 3 21:01:53 UTC 2008


Author: pere
Date: 2008-01-03 21:01:53 +0000 (Thu, 03 Jan 2008)
New Revision: 1185

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/sendsigs
Log:
  * Extend the sendsigs waiting time from 0-5 seconds to 0-10 seconds,
    to give slow processes more time to shut down properly.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2008-01-03 00:26:51 UTC (rev 1184)
+++ sysvinit/trunk/debian/changelog	2008-01-03 21:01:53 UTC (rev 1185)
@@ -20,6 +20,8 @@
     modutils package was removed 2007-07-04.
   * Drop $syslog as a dependency for init.d/rmnologin, as it seem to
     be redundant.
+  * Extend the sendsigs waiting time from 0-5 seconds to 0-10 seconds,
+    to give slow processes more time to shut down properly.
 
  -- Petter Reinholdtsen <pere at debian.org>  Mon, 31 Dec 2007 12:18:42 +0100
 

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/sendsigs
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/sendsigs	2008-01-03 00:26:51 UTC (rev 1184)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/sendsigs	2008-01-03 21:01:53 UTC (rev 1185)
@@ -26,7 +26,7 @@
 	log_action_begin_msg "Asking all remaining processes to terminate"
 	killall5 -15 $OMITPIDS # SIGTERM
 	log_action_end_msg 0
-	for seq in 1 2 3 4 5 ; do
+	for seq in 1 2 3 4 5 6 7 8 9 10; do
 		# use SIGCONT/signal 18 to check if there are
 		# processes left.  No need to check the exit code
 		# value, because either killall5 work and it make




More information about the Pkg-sysvinit-commits mailing list