[cpp-sp] 03/12: Revert "Automatically enable the Apache module on installation"
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:41:10 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.0.dfsg1-4
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=36c7fa6dd06e63a0515f308ca10402e5172736cc
commit 36c7fa6dd06e63a0515f308ca10402e5172736cc
Author: Ferenc Wagner <wferi at niif.hu>
AuthorDate: Tue Oct 14 16:51:54 2008 +0200
Revert "Automatically enable the Apache module on installation"
This reverts commit 2dfc1172d64bfee99582ca518d8e9fdaf16ca7ca.
Because after reading our README I realised this wasn't an oversight
but a conscious decision in the version 2 package.
---
debian/changelog | 3 +--
debian/libapache2-mod-shib2.postinst | 13 -------------
debian/libapache2-mod-shib2.prerm | 2 +-
3 files changed, 2 insertions(+), 16 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ae5ca2c..701d8df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,9 +3,8 @@ shibboleth-sp2 (2.0.dfsg1-4) UNRELEASED; urgency=low
* Rename debian/shib.load to debian/shib2.load to avoid clashing with the
libapache2-mod-shib package. Otherwise its Apache config file breaks our
module.
- * Automatically enable the Apache module on installation.
- -- Ferenc Wagner <wferi at niif.hu> Fri, 10 Oct 2008 01:29:18 +0200
+ -- Ferenc Wagner <wferi at niif.hu> Thu, 09 Oct 2008 19:05:09 +0200
shibboleth-sp2 (2.0.dfsg1-3) unstable; urgency=low
diff --git a/debian/libapache2-mod-shib2.postinst b/debian/libapache2-mod-shib2.postinst
deleted file mode 100755
index cd01936..0000000
--- a/debian/libapache2-mod-shib2.postinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
-configure|abort-deconfigure|abort-remove)
- a2enmod shib2 || true
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/libapache2-mod-shib2.prerm b/debian/libapache2-mod-shib2.prerm
index 5b086be..f7fef59 100755
--- a/debian/libapache2-mod-shib2.prerm
+++ b/debian/libapache2-mod-shib2.prerm
@@ -3,7 +3,7 @@
set -e
if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then
- a2dismod shib2 || true
+ a2dismod shib || true
fi
#DEBHELPER#
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list