Package: flow-tools Version: 1:0.68-11 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 this 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 flow-tools-0.68.orig/debian/flow-tools.flow-capture.init flow-tools-0.68/debian/flow-tools.flow-capture.init --- flow-tools-0.68.orig/debian/flow-tools.flow-capture.init 2008-03-15 22:45:03.000000000 +0100 +++ flow-tools-0.68/debian/flow-tools.flow-capture.init 2008-03-15 22:46:03.000000000 +0100 @@ -12,7 +12,7 @@ # Required-Start: $local_fs $remote_fs $syslog $network $time # Required-Stop: $local_fs $remote_fs $syslog $network # Default-Start: 2 3 4 5 -# Default-Stop: S 0 1 6 +# Default-Stop: 0 1 6 # Short-Description: collects NetFlow data ### END INIT INFO Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

