[cpp-sp] 39/42: shibd init script fixes
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:44:56 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.4.2+dfsg-1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=832ff8e8648da9bd21b2ea1baa7966fad2f9d4a1
commit 832ff8e8648da9bd21b2ea1baa7966fad2f9d4a1
Author: Russ Allbery <rra at debian.org>
AuthorDate: Fri Apr 8 12:48:56 2011 -0700
shibd init script fixes
* Fix LSB Description keyword formatting in the shibd init script.
* Empty the Default-Stop setting for the shibd init script. Just
killing the daemon as part of shutdown should be fine.
---
configs/shibd-debian.in | 8 ++++----
debian/changelog | 3 +++
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/configs/shibd-debian.in b/configs/shibd-debian.in
index be513fd..5d68a6b 100644
--- a/configs/shibd-debian.in
+++ b/configs/shibd-debian.in
@@ -2,13 +2,13 @@
### BEGIN INIT INFO
# Provides: shibd
# Required-Start: $local_fs $remote_fs $network
-# Required-Stop: $local_fs $remote_fs $network
+# Required-Stop: $local_fs $remote_fs
# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
+# Default-Stop:
# Short-Description: Shibboleth 2 Service Provider Daemon
# Description: Starts the separate daemon used by the Shibboleth
-# Apache module to manage sessions and to retrieve
-# attributes from Shibboleth Identity Providers.
+# Apache module to manage sessions and to retrieve
+# attributes from Shibboleth Identity Providers.
### END INIT INFO
#
# Written by Quanah Gibson-Mount <quanah at stanford.edu>
diff --git a/debian/changelog b/debian/changelog
index f935447..cbe51ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -49,6 +49,9 @@ shibboleth-sp2 (2.4.2+dfsg-1) UNRELEASED; urgency=low
* Drop the *.la files from /usr/lib/shibboleth. Upstream does loading
by *.so files and doesn't use libltdl, and Debian is dropping *.la
files where possible.
+ * Fix LSB Description keyword formatting in the shibd init script.
+ * Empty the Default-Stop setting for the shibd init script. Just
+ killing the daemon as part of shutdown should be fine.
* Update to debhelper compatibility level V8.
- Use debhelper rule minimization.
* Update debian/copyright to the current DEP-5 specification.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list