[apache2] 03/06: Fix info message

Stefan Fritsch sf at moszumanska.debian.org
Thu Aug 11 20:07:00 UTC 2016


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

sf pushed a commit to branch master
in repository apache2.

commit dc1769e234fca5b1f16b8a624d588fee2b037914
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Thu Aug 11 14:20:04 2016 +0200

    Fix info message
    
    rc=32 means local admin made the change
---
 debian/debhelper/apache2-maintscript-helper | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/debhelper/apache2-maintscript-helper b/debian/debhelper/apache2-maintscript-helper
index e62eca5..91c3489 100644
--- a/debian/debhelper/apache2-maintscript-helper
+++ b/debian/debhelper/apache2-maintscript-helper
@@ -391,8 +391,8 @@ apache2_invoke()
 				apache2_msg "info" "apache2_invoke $CONF: already enabled"
 				APACHE2_NEED_ACTION=1
 			elif [ "$a2query_ret" -eq 32	 ] ; then
-				# the maintainer disabled the module
-				apache2_msg "info" "apache2_invoke $CONF: no action - $invoke_string was disabled by maintainer"
+				# the admin disabled the module
+				apache2_msg "info" "apache2_invoke $CONF: no action - $invoke_string was disabled by local admin"
 				return 0
 			else
 				# coming here either means:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apache2.git



More information about the Pkg-apache-commits mailing list