[Pkg-sysvinit-commits] r1044 - in sysvinit/trunk/debian: .
sysv-rc/etc/init.d
Petter Reinholdtsen
pere at alioth.debian.org
Mon Nov 27 23:25:12 CET 2006
Author: pere
Date: 2006-11-27 23:25:11 +0100 (Mon, 27 Nov 2006)
New Revision: 1044
Modified:
sysvinit/trunk/debian/changelog
sysvinit/trunk/debian/sysv-rc/etc/init.d/rc
Log:
* Also consider ltsp-client as end-point for the usplash
progress bar. Patch from Scott James Remnant and Ubuntu.
Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog 2006-11-27 22:19:40 UTC (rev 1043)
+++ sysvinit/trunk/debian/changelog 2006-11-27 22:25:11 UTC (rev 1044)
@@ -3,6 +3,8 @@
* 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.
+ * Also consider ltsp-client as end-point for the usplash
+ progress bar. Patch from Scott James Remnant and Ubuntu.
-- Petter Reinholdtsen <pere at debian.org> Mon, 27 Nov 2006 23:15:53 +0100
Modified: sysvinit/trunk/debian/sysv-rc/etc/init.d/rc
===================================================================
--- sysvinit/trunk/debian/sysv-rc/etc/init.d/rc 2006-11-27 22:19:40 UTC (rev 1043)
+++ sysvinit/trunk/debian/sysv-rc/etc/init.d/rc 2006-11-27 22:25:11 UTC (rev 1044)
@@ -231,7 +231,7 @@
num_steps=0
for s in /etc/rc$runlevel.d/[SK]*; do
case "${s##/etc/rc$runlevel.d/S??}" in
- gdm|xdm|kdm|reboot|halt)
+ gdm|xdm|kdm|ltsp-client|reboot|halt)
break
;;
esac
More information about the Pkg-sysvinit-commits
mailing list