summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Fritsch <sf@sfritsch.de>2016-08-11 14:20:04 +0200
committerStefan Fritsch <sf@sfritsch.de>2016-08-11 21:38:14 +0200
commitdc1769e234fca5b1f16b8a624d588fee2b037914 (patch)
tree024c956340bd231ed910f92077f1a7a0256485cf
parent473f1bb409c11b19d09e6b10439ba29f1c13b994 (diff)
downloadapache2-dc1769e234fca5b1f16b8a624d588fee2b037914.tar.gz
Fix info message
rc=32 means local admin made the change
-rw-r--r--debian/debhelper/apache2-maintscript-helper4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/debhelper/apache2-maintscript-helper b/debian/debhelper/apache2-maintscript-helper
index e62eca5a..91c3489a 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: