Package: mpt-status Version: 1.2.0-3 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 mpt-status 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 these issues. diff -ur mpt-status-1.2.0.orig/debian/mpt-status.init mpt-status-1.2.0/debian/mpt-status.init --- mpt-status-1.2.0.orig/debian/mpt-status.init 2008-03-14 17:44:18.000000000 +0100 +++ mpt-status-1.2.0/debian/mpt-status.init 2008-03-14 17:44:56.000000000 +0100 @@ -8,7 +8,7 @@ # Required-Start: $local_fs $remote_fs # Required-Stop: $local_fs $remote_fs # Default-Start: 2 3 4 5 -# Default-Stop: S 1 0 6 +# Default-Stop: 1 0 6 # Short-Description: Check mpt-status values in the background. ### END INIT INFO -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

