Bug#471074: gdm: Problem with LSB header in init.d script

Petter Reinholdtsen pere at hungry.com
Sat Mar 15 17:53:11 UTC 2008


Package:  gdm
Version:  2.14.4-1
Severity: important
Tags:     patch
User:     initscripts-ng-devel at lists.alioth.debian.org
Usertags: incorrect-dependency

I just checked the boot order in unstable on a machine with dependency
based boot sequencing enabled, and discovered a problem with the
init.d scripts provided in the gdm package.  A stop symlink is
inserted in the rcS.d/ directory.  This is always wrong and 'S' should
be removed from the Default-Stop header.

Here is a patch to solve this issue.

diff -ur gdm-2.20.3.orig/debian/gdm.init gdm-2.20.3/debian/gdm.init
--- gdm-2.20.3.orig/debian/gdm.init     2008-03-15 18:49:46.000000000 +0100
+++ gdm-2.20.3/debian/gdm.init  2008-03-15 18:50:51.000000000 +0100
@@ -5,7 +5,7 @@
 # Required-Start:    $local_fs $remote_fs
 # Required-Stop:     $local_fs $remote_fs
 # Default-Start:     2 3 4 5
-# Default-Stop:      S 0 1 6
+# Default-Stop:      0 1 6
 # Short-Description: GNOME Display Manager
 # Description:       Debian init script for the GNOME Display Manager
 ### END INIT INFO

Happy hacking,
-- 
Petter Reinholdtsen





More information about the pkg-gnome-maintainers mailing list