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

Petter Reinholdtsen pere at alioth.debian.org
Sat Jan 13 19:56:06 CET 2007


Author: pere
Date: 2007-01-13 19:56:05 +0100 (Sat, 13 Jan 2007)
New Revision: 1048

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/halt
Log:
  * Speed up shutdown 1 second by dropping sleep 1 in init.d/halt
    introduced 2.86.ds1-12.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2007-01-13 10:12:09 UTC (rev 1047)
+++ sysvinit/trunk/debian/changelog	2007-01-13 18:56:05 UTC (rev 1048)
@@ -5,6 +5,8 @@
     as part of the runlevel start scripts, to avoid leaving the single
     user shell behind when switching runlevel.  Updated patch from Samuel
     Thibault. (Closes:406587)
+  * Speed up shutdown 1 second by dropping sleep 1 in init.d/halt
+    introduced 2.86.ds1-12.
 
  -- Petter Reinholdtsen <pere at debian.org>  Sat, 13 Jan 2007 11:04:36 +0100
 

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/halt
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/halt	2007-01-13 10:12:09 UTC (rev 1047)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/halt	2007-01-13 18:56:05 UTC (rev 1048)
@@ -62,7 +62,6 @@
 	fi
 
 	log_action_msg "Will now halt"
-	sleep 1
 	halt -d -f $netdown $poweroff $hddown
 }
 




More information about the Pkg-sysvinit-commits mailing list