[Pkg-sysvinit-commits] r1043 - in sysvinit/trunk/debian: .
sysv-rc/etc/init.d
Petter Reinholdtsen
pere at alioth.debian.org
Mon Nov 27 23:19:40 CET 2006
Author: pere
Date: 2006-11-27 23:19:40 +0100 (Mon, 27 Nov 2006)
New Revision: 1043
Modified:
sysvinit/trunk/debian/changelog
sysvinit/trunk/debian/sysv-rc/etc/init.d/rc
Log:
* Don't reset step to 0 between running Kill and Start scripts
(this is why the progress bar jumps during splash down). Patch from
Scott James Remnant and Ubuntu.
Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog 2006-11-26 19:09:24 UTC (rev 1042)
+++ sysvinit/trunk/debian/changelog 2006-11-27 22:19:40 UTC (rev 1043)
@@ -1,3 +1,11 @@
+sysvinit (2.86.ds1-36~1) unstable; urgency=low
+
+ * Don't reset step to 0 between running Kill and Start scripts
+ (this is why the progress bar jumps during splash down). Patch from
+ Scott James Remnant and Ubuntu.
+
+ -- Petter Reinholdtsen <pere at debian.org> Mon, 27 Nov 2006 23:15:53 +0100
+
sysvinit (2.86.ds1-35) unstable; urgency=medium
* Medium urgency as it solve some RC bugs in etch.
Modified: sysvinit/trunk/debian/sysv-rc/etc/init.d/rc
===================================================================
--- sysvinit/trunk/debian/sysv-rc/etc/init.d/rc 2006-11-26 19:09:24 UTC (rev 1042)
+++ sysvinit/trunk/debian/sysv-rc/etc/init.d/rc 2006-11-27 22:19:40 UTC (rev 1043)
@@ -283,7 +283,6 @@
# Now run the START scripts for this runlevel.
# Run all scripts with the same level in parallel
CURLEVEL=""
- step=0
for s in /etc/rc$runlevel.d/S*
do
level=$(echo $s | sed 's/.*\/S\([0-9][0-9]\).*/\1/')
More information about the Pkg-sysvinit-commits
mailing list