[Pkg-apache-commits] r1290 - in /branches/squeeze-apache2: apache2.2-common.apache2.init changelog

sf at alioth.debian.org sf at alioth.debian.org
Tue Mar 1 22:33:50 UTC 2011


Author: sf
Date: Tue Mar  1 22:33:50 2011
New Revision: 1290

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1290
Log:
Fix typo in init script

Modified:
    branches/squeeze-apache2/apache2.2-common.apache2.init
    branches/squeeze-apache2/changelog

Modified: branches/squeeze-apache2/apache2.2-common.apache2.init
URL: http://svn.debian.org/wsvn/pkg-apache/branches/squeeze-apache2/apache2.2-common.apache2.init?rev=1290&op=diff
==============================================================================
--- branches/squeeze-apache2/apache2.2-common.apache2.init (original)
+++ branches/squeeze-apache2/apache2.2-common.apache2.init Tue Mar  1 22:33:50 2011
@@ -12,7 +12,7 @@
 set -e
 
 if [ -n "$APACHE_CONFDIR" ] ; then
-	if [ "${APACHE_CONFDIR##/etc/apache2-}" != "$APACHE_CONFDIR}" ] ; then
+	if [ "${APACHE_CONFDIR##/etc/apache2-}" != "${APACHE_CONFDIR}" ] ; then
 		DIR_SUFFIX="${APACHE_CONFDIR##/etc/apache2-}"
 	else
 		DIR_SUFFIX=

Modified: branches/squeeze-apache2/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/branches/squeeze-apache2/changelog?rev=1290&op=diff
==============================================================================
--- branches/squeeze-apache2/changelog (original)
+++ branches/squeeze-apache2/changelog Tue Mar  1 22:33:50 2011
@@ -2,6 +2,7 @@
 
   * Make exit code of '/etc/init.d/apache2 status' more LSB compatible.
     Closes: #613969
+  * Fix typo in init script. Closes: #615866
   * Add hint in README.Debian about 403 error with mod_dav PUT.
     Closes: #613438
   * Add hint in README.Debian about how to increase max number of open




More information about the Pkg-apache-commits mailing list