[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#469995: xdm: Problem with LSB header in init.d script



Package:  xdm
Version:  1:1.1.4-1
Severity: important
Tags:     patch
User:     initscripts-ng-devel@lists.alioth.debian.org
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



Reply to: