Skip to:
From the Debian packaging Git repository:
e6927e6488210fb9d77b57d8c43597a8fcf1b3c3Author: Russ Allbery <rra@debian.org>Date: Wed Jun 25 13:58:48 2008 -0700
Remove S from Default-Stop in shibd init script LSB headers
S was included in Default-Stop in the original init script on which thisone was based erroneously. S is not a real run-level and shouldn't getregular stop links.
diff --git a/configs/shibd-debian.in b/configs/shibd-debian.inindex 99ff4d1..75c0bb9 100644— a/configs/shibd-debian.in+++ b/configs/shibd-debian.in@@ -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 2 Service Provider Daemon
Description: Starts the separate daemon used by the Shibboleth
Apache module to manage sessions and to retrieve
Please fold this into the init script.
Closing after releases.
1.3: http://svn.middleware.georgetown.edu/view/cpp-sp?view=rev&revision=30322.x: http://svn.middleware.georgetown.edu/view/cpp-sp?view=rev&revision=3031
From the Debian packaging Git repository:
e6927e6488210fb9d77b57d8c43597a8fcf1b3c3
Author: Russ Allbery <rra@debian.org>
Date: Wed Jun 25 13:58:48 2008 -0700
Remove S from Default-Stop in shibd init script LSB headers
S was included in Default-Stop in the original init script on which this
one was based erroneously. S is not a real run-level and shouldn't get
regular stop links.
diff --git a/configs/shibd-debian.in b/configs/shibd-debian.in
index 99ff4d1..75c0bb9 100644
— a/configs/shibd-debian.in
+++ b/configs/shibd-debian.in
@@ -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 2 Service Provider Daemon
Description: Starts the separate daemon used by the Shibboleth
Apache module to manage sessions and to retrieve
Please fold this into the init script.