Package: libapache2-mod-shib Version: 1.3f-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. Here is a patch to solve this issue. diff -ur shibboleth-sp-1.3f.dfsg1.orig/debian/libapache2-mod-shib.shibd.init shibboleth-sp-1.3f.dfsg1/debian/libapache2-mod-shib.shibd.init --- shibboleth-sp-1.3f.dfsg1.orig/debian/libapache2-mod-shib.shibd.init 2008-03-15 18:59:00.000000000 +0100 +++ shibboleth-sp-1.3f.dfsg1/debian/libapache2-mod-shib.shibd.init 2008-03-15 19:06:06.000000000 +0100 @@ -4,7 +4,7 @@ # Required-Start: $local_fs $remote_fs $network # Required-Stop: $local_fs $remote_fs $network # Default-Start: 2 3 4 5 -# Default-Stop: S 0 1 6 +# Default-Stop: 0 1 6 # Short-Description: Shibboleth session and attribute daemon # Description: Starts the separate daemon used by the Shibboleth # Apache module to manage sessions and to retrieve Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]