[cpp-sp] 02/04: Restart Apache from the module postinst
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:44:05 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.3.1+dfsg-3
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=c052e75d92426bc21dee09212c353b861339a66b
commit c052e75d92426bc21dee09212c353b861339a66b
Author: Ferenc Wagner <wferi at niif.hu>
AuthorDate: Mon Nov 22 19:49:38 2010 +0100
Restart Apache from the module postinst
This avoids cryptic communication errors with the upgraded shibd.
(Closes: #602328)
---
debian/changelog | 9 ++++++++-
debian/libapache2-mod-shib2.postinst | 6 ++++++
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 42c2d9f..ecf934d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,11 @@
-shibboleth-sp2 (2.3.1+dfsg-3) UNRELEASED; urgency=low
+shibboleth-sp2 (2.3.1+dfsg-4) unstable; urgency=low
+
+ * Restart Apache from the postinst script if the shib2 module is enabled
+ to avoid communication errors with the upgraded shibd. (Closes: #602328)
+
+ -- Ferenc Wagner <wferi at niif.hu> Mon, 22 Nov 2010 19:30:50 +0100
+
+shibboleth-sp2 (2.3.1+dfsg-3) unstable; urgency=low
* Add myself to Uploaders.
diff --git a/debian/libapache2-mod-shib2.postinst b/debian/libapache2-mod-shib2.postinst
index 9cd4ce7..7b9e45f 100755
--- a/debian/libapache2-mod-shib2.postinst
+++ b/debian/libapache2-mod-shib2.postinst
@@ -30,6 +30,12 @@ if [ "$1" = "configure" ] ; then
adduser --system --group --quiet --home /var/log/shibboleth \
--no-create-home --disabled-login --force-badname _shibd
fi
+
+ # The new shibd (which is about to be started) requires the corresponding
+ # Apache module, otherwise strange, hard to debug error messages result.
+ if [ -L /etc/apache2/mods-enabled/shib2.load ] ; then
+ invoke-rc.d apache2 restart
+ fi
fi
#DEBHELPER#
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list