[debian-edu-commits] debian-edu/upstream/ 01/01: Correct comment in prerm script.

Petter Reinholdtsen pere at moszumanska.debian.org
Sat Feb 20 14:21:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository sitesummary.

commit 42b05b30f9f04d2af5827a5aae5b0666da515cc9
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Sat Feb 20 15:21:41 2016 +0100

    Correct comment in prerm script.
---
 debian/sitesummary.prerm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/sitesummary.prerm b/debian/sitesummary.prerm
index 1d1a181..dd54993 100644
--- a/debian/sitesummary.prerm
+++ b/debian/sitesummary.prerm
@@ -4,9 +4,8 @@ set -e
 
 case "$1" in
     remove)
-        # Enable it on fresh installations as before Apache 2.4.  Check for
-        # cgi.load existence to avoid trying to configure when installed after
-        # apache2 is unpacked but not yet configured (bug #760084).
+        # Disable configuration if Apache 2.4 is installed, to avoid
+        # breaking Apache due to a danling symlink (Bug  #785215).
         if [ -z "$2" ] && \
             [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then
             . /usr/share/apache2/apache2-maintscript-helper

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/upstream/sitesummary.git



More information about the debian-edu-commits mailing list