[cpp-sp] 05/06: Fix syntax error in update-rc.d invocation

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:45:46 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-5
in repository cpp-sp.

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

commit 3115204b9a74a72928968bb5e7186984d087f7d9
Author: Russ Allbery <rra at debian.org>
AuthorDate: Thu Feb 16 11:11:55 2012 -0800

    Fix syntax error in update-rc.d invocation
    
    * Fix syntax error in the update-rc.d invocation for shibd, which was
      not visible on most Debian systems because of dependency-based boot.
      Thanks to Evan Broder and Steve Langasek for pointing me in the right
      direction.  (LP: #884402)
---
 debian/changelog | 4 ++++
 debian/rules     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 399bc18..76bf6d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 shibboleth-sp2 (2.4.3+dfsg-5) UNRELEASED; urgency=low
 
+  * Fix syntax error in the update-rc.d invocation for shibd, which was
+    not visible on most Debian systems because of dependency-based boot.
+    Thanks to Evan Broder and Steve Langasek for pointing me in the right
+    direction.  (LP: #884402)
   * Add PIE to the hardening flags for the shibd binary.
   * Use memcached_last_error_message instead of the cached_errno member of
     the memcached_st struct, since the latter was removed in 1.0.  Thanks
diff --git a/debian/rules b/debian/rules
index 792e185..a375b2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -90,7 +90,7 @@ override_dh_installdocs:
 	fi
 
 override_dh_installinit:
-	dh_installinit --name=shibd -- start 20 2 3 4 5 . stop 20 .
+	dh_installinit --name=shibd -- start 20 2 3 4 5 .
 
 override_dh_makeshlibs:
 	dh_makeshlibs -V'libshibsp5 (>= 2.4.3+dfsg-4~)' \

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


More information about the commits mailing list