[SCM] Debian packaging for apache2 branch, next, updated. debian/2.4.2-2-32-g3c6af01

Arno Töll arno at debian.org
Sun Jul 29 20:16:24 UTC 2012


The following commit has been merged in the next branch:
commit 3c6af019e3ead2c962bbfd8fd56e536a472c1f5a
Author: Arno Töll <arno at debian.org>
Date:   Sun Jul 29 22:16:10 2012 +0200

    APACHE2_NEED_ACTION is not defined for web apps

diff --git a/debian/debhelper/apache2-maintscript-helper b/debian/debhelper/apache2-maintscript-helper
index 8ec3b79..e78a5de 100644
--- a/debian/debhelper/apache2-maintscript-helper
+++ b/debian/debhelper/apache2-maintscript-helper
@@ -373,7 +373,6 @@ apache2_invoke()
 				apache2_msg "info" "apache2_invoke: Disable $invoke_string $CONF"
 			else
 				apache2_msg "info" "apache2_invoke $CONF: No action required"
-				continue
 			fi
 			;;
 		*)
@@ -381,7 +380,7 @@ apache2_invoke()
 			;;
 	esac
 
-	if [ "$APACHE2_NEED_ACTION" -eq 1 ] ; then
+	if [ -n "${APACHE2_NEED_ACTION:-}" ] ; then
 		apache2_reload $rcd_action
 	fi
 

-- 
Debian packaging for apache2



More information about the Pkg-apache-commits mailing list