Package: steam Version: 2.2.31-4 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 steam 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 steam-2.2.31.orig/debian/steam.init steam-2.2.31/debian/steam.init --- steam-2.2.31.orig/debian/steam.init 2006-08-17 01:18:08.000000000 +0200 +++ steam-2.2.31/debian/steam.init 2008-03-14 18:27:02.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: sTeam server init script # Description: This script controls the open-sTeam server ### END INIT INFO -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]