Package: flumotion Version: 0.4.2-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 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 flumotion-0.4.2.orig/debian/flumotion.init flumotion-0.4.2/debian/flumotion.init --- flumotion-0.4.2.orig/debian/flumotion.init 2008-03-15 22:05:44.000000000 +0100 +++ flumotion-0.4.2/debian/flumotion.init 2008-03-15 22:07:26.000000000 +0100 @@ -4,7 +4,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: Flumotion Streaming Server # Description: Flumotion is a streaming server for audio and video. # See http://www.fluendo.com for details. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

