[cpp-sp] 49/78: Remove S from Default-Stop in shibd init script LSB headers
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:40:24 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.0.dfsg1-1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=e6927e6488210fb9d77b57d8c43597a8fcf1b3c3
commit e6927e6488210fb9d77b57d8c43597a8fcf1b3c3
Author: Russ Allbery <rra at debian.org>
AuthorDate: 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.
---
configs/shibd-debian.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list