[cpp-sp] 19/20: Tell update-rc.d to not install stop links for the shibd init script

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:45:21 EST 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to annotated tag debian/2.4.3+dfsg-1
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=a567c512040920ac77afc42872c339bc8697e74a

commit a567c512040920ac77afc42872c339bc8697e74a
Author: Russ Allbery <rra at debian.org>
AuthorDate: Mon Jul 25 16:38:58 2011 -0700

    Tell update-rc.d to not install stop links for the shibd init script
    
    * Change update-rc.d invocation for the shibd init script to use the
      same run levels as the LSB headers, removing a warning during package
      installation.
---
 debian/changelog | 3 +++
 debian/rules     | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 959ce6f..a9c4969 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ shibboleth-sp2 (2.4.3+dfsg-1) UNRELEASED; urgency=low
     - Fix calculation of time interval when maxTimeSinceAuthn is used and
       IdP time is ahead of SP time
     - Improve the IdP example metadata
+  * Change update-rc.d invocation for the shibd init script to use the
+    same run levels as the LSB headers, removing a warning during package
+    installation.
   * Update debian/watch and debian/rules for the new upstream distribution
     location.
 
diff --git a/debian/rules b/debian/rules
index d5d1160..45aab72 100755
--- a/debian/rules
+++ b/debian/rules
@@ -83,7 +83,7 @@ override_dh_installdocs:
 	fi
 
 override_dh_installinit:
-	dh_installinit --name=shibd
+	dh_installinit --name=shibd -- start 20 2 3 4 5 . stop 20 .
 
 override_dh_makeshlibs:
 	dh_makeshlibs -Xusr/lib/shibboleth

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list