init script LSB headers: S is not a real runlevel

Description

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 @@

  1. Required-Start: $local_fs $remote_fs $network

  2. Required-Stop: $local_fs $remote_fs $network

  3. Default-Start: 2 3 4 5

    1. Default-Stop: S 0 1 6
      +# Default-Stop: 0 1 6

  4. Short-Description: Shibboleth 2 Service Provider Daemon

  5. Description: Starts the separate daemon used by the Shibboleth

  6. Apache module to manage sessions and to retrieve

Please fold this into the init script.

Environment

None

Activity

Scott Cantor June 23, 2009 at 12:47 PM

Closing after releases.

Fixed

Details

Assignee

Reporter

Fix versions

Affects versions

Created June 5, 2009 at 1:11 PM
Updated June 22, 2021 at 10:58 PM
Resolved June 5, 2009 at 2:37 PM