[Pkg-apache-commits] r1339 - in /trunk/apache2: a2enmod changelog
sf at alioth.debian.org
sf at alioth.debian.org
Sun Aug 28 20:37:28 UTC 2011
Author: sf
Date: Sun Aug 28 20:37:27 2011
New Revision: 1339
URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1339
Log:
Improve reload message of a2enmod. Closes: #639291
Modified:
trunk/apache2/a2enmod
trunk/apache2/changelog
Modified: trunk/apache2/a2enmod
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/a2enmod?rev=1339&op=diff
==============================================================================
--- trunk/apache2/a2enmod (original)
+++ trunk/apache2/a2enmod Sun Aug 28 20:37:27 2011
@@ -84,7 +84,7 @@
doit($acton) or $rc = 1;
}
-info("To to activate the new configuration, you need to run:\n /etc/init.d/apache2 $reload\n")
+info("To activate the new configuration, you need to run:\n service apache2 $reload\n")
if $request_reload;
exit($rc);
Modified: trunk/apache2/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/changelog?rev=1339&op=diff
==============================================================================
--- trunk/apache2/changelog (original)
+++ trunk/apache2/changelog Sun Aug 28 20:37:27 2011
@@ -4,6 +4,7 @@
overlapping ranges.
* Reduce default KeepAliveTimeout from 15 to 5 seconds.
* Use "linux-any" in build-deps. Closes: #634709
+ * Improve reload message of a2enmod. Closes: #639291
* Improve description of the prefork MPM. Closes: #634242
-- Stefan Fritsch <sf at debian.org> Sun, 22 May 2011 22:01:06 +0200
More information about the Pkg-apache-commits
mailing list