Package:  xdm
Version:  1:1.1.4-1
Severity: important
Tags:     patch
User:     [EMAIL PROTECTED]
Usertags: incorrect-dependency

I just checked the shutdown order in unstable on a machine with
dependency based boot sequencing enabled, and discovered that the xdm
got a stop symlink in rcS.d/.  This is wrong and only slow down the
boot (very slightly, but still unwanted. :).

Here is a patch to solve it.

diff -ur xdm-1.1.6.orig/debian/xdm.init xdm-1.1.6/debian/xdm.init
--- xdm-1.1.6.orig/debian/xdm.init      2008-03-08 16:51:04.000000000 +0100
+++ xdm-1.1.6/debian/xdm.init   2008-03-08 16:51:51.000000000 +0100
@@ -27,7 +27,7 @@
 # Should-Start:      xfs $named slapd
 # Should-Stop:       xfs $named slapd
 # Default-Start:     2 3 4 5
-# Default-Stop:      S 0 1 6
+# Default-Stop:      0 1 6
 ### END INIT INFO

 set -e

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to