[Pkg-sysvinit-commits] r1065 - in sysvinit/trunk/debian: . sysv-rc/etc/init.d

pere at alioth.debian.org pere at alioth.debian.org
Sun Nov 18 23:16:41 UTC 2007


Author: pere
Date: 2007-11-18 23:16:41 +0000 (Sun, 18 Nov 2007)
New Revision: 1065

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/sysv-rc/etc/init.d/rc
Log:
  * Stop progress bar on ltsp-client-core too.  The script was renamed
    in recent ltsp versions.  Based on patch from Ubuntu.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2007-11-18 23:11:57 UTC (rev 1064)
+++ sysvinit/trunk/debian/changelog	2007-11-18 23:16:41 UTC (rev 1065)
@@ -16,6 +16,8 @@
     omit from /var/run/sendsigs.omit.  This make it possible to list
     pids there if the process is required to umount the file systems
     during shutdown.  Based on patch from Ubuntu.
+  * Stop progress bar on ltsp-client-core too.  The script was renamed
+    in recent ltsp versions.  Based on patch from Ubuntu.
 
  -- Petter Reinholdtsen <pere at debian.org>  Tue, 30 Jan 2007 23:14:04 +0100
 

Modified: sysvinit/trunk/debian/sysv-rc/etc/init.d/rc
===================================================================
--- sysvinit/trunk/debian/sysv-rc/etc/init.d/rc	2007-11-18 23:11:57 UTC (rev 1064)
+++ sysvinit/trunk/debian/sysv-rc/etc/init.d/rc	2007-11-18 23:16:41 UTC (rev 1065)
@@ -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|ltsp-client|reboot|halt)
+                 gdm|xdm|kdm|ltsp-client|ltsp-client-core|reboot|halt)
                     break
                     ;;
                 esac




More information about the Pkg-sysvinit-commits mailing list