[Pkg-apache-commits] r1306 - in /trunk/apache2: a2enmod changelog

sf at alioth.debian.org sf at alioth.debian.org
Mon Apr 25 19:05:25 UTC 2011


Author: sf
Date: Mon Apr 25 19:05:08 2011
New Revision: 1306

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1306
Log:
Make a2enmod's restart hint more cut'n'paste friendly. LP: #770204

Modified:
    trunk/apache2/a2enmod
    trunk/apache2/changelog

Modified: trunk/apache2/a2enmod
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/a2enmod?rev=1306&op=diff
==============================================================================
--- trunk/apache2/a2enmod (original)
+++ trunk/apache2/a2enmod Mon Apr 25 19:05:08 2011
@@ -84,7 +84,7 @@
     doit($acton) or $rc = 1;
 }
 
-info("Run '/etc/init.d/apache2 $reload' to activate new configuration!\n")
+info("To to activate the new configuration, you need to run:\n  /etc/init.d/apache2 $reload\n")
     if $request_reload;
 
 exit($rc);

Modified: trunk/apache2/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/changelog?rev=1306&op=diff
==============================================================================
--- trunk/apache2/changelog (original)
+++ trunk/apache2/changelog Mon Apr 25 19:05:08 2011
@@ -1,3 +1,9 @@
+apache2 (2.2.17-4) UNRELEASED; urgency=low
+
+  * Make a2enmod's restart hint more cut'n'paste friendly. LP: #770204
+
+ -- Stefan Fritsch <sf at debian.org>  Mon, 25 Apr 2011 21:03:39 +0200
+
 apache2 (2.2.17-3) unstable; urgency=low
 
   * Fix compilation with OpenSSL without SSLv2 support. Closes: #622049




More information about the Pkg-apache-commits mailing list