Package: pyscrabble-server Version: 1.6.2-1 Severity: important Tags: patch User: [EMAIL PROTECTED] 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 pyscrabble-server 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. Also, the provides should in the general case match the script name, and I believe that would be the most correct provide for this script. Here is a patch to solve this issue. diff -ur pyscrabble-1.6.2.orig/debian/pyscrabble-server.init pyscrabble-1.6.2/debian/pyscrabble-server.init --- pyscrabble-1.6.2.orig/debian/pyscrabble-server.init 2008-03-15 18:59:02.000000000 +0100 +++ pyscrabble-1.6.2/debian/pyscrabble-server.init 2008-03-15 19:02:12.000000000 +0100 @@ -1,10 +1,10 @@ #!/bin/sh ### BEGIN INIT INFO -# Provides: pyscrabble +# Provides: pyscrabble-server # 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: PyScrabble server # Description: Controls the PyScrabble server ### END INIT INFO Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]