[Pkg-nagios-changes] [pkg-icinga2] 05/07: Debian squeeze needs Apache2 version module
Markus Frosch
lazyfrosch at moszumanska.debian.org
Tue Nov 10 14:58:07 UTC 2015
This is an automated email from the git hooks/post-receive script.
lazyfrosch pushed a commit to branch debmon-squeeze
in repository pkg-icinga2.
commit 0c7e4e0742f53475cc14843fa3a8ae251ddc6b21
Author: Markus Frosch <lazyfrosch at debian.org>
Date: Tue Nov 10 15:44:44 2015 +0100
Debian squeeze needs Apache2 version module
---
debian/icinga2-classicui.postinst | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/icinga2-classicui.postinst b/debian/icinga2-classicui.postinst
index ff2f006..361e32d 100644
--- a/debian/icinga2-classicui.postinst
+++ b/debian/icinga2-classicui.postinst
@@ -77,6 +77,7 @@ case "$1" in
# OLD methods for Apache < 2.4
elif [ "$COMMON_STATE" = "installed" ] || [ "$COMMON_STATE" = "unpacked" ] ; then
a2enmod cgi
+ a2enmod version
# create symlink if not existing
[ -e /etc/apache2/conf.d/icinga2-classicui.conf ] || ln -vs $en/apache2.conf /etc/apache2/conf.d/icinga2-classicui.conf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-icinga2.git
More information about the Pkg-nagios-changes
mailing list