[Pkg-apache-commits] r1289 - in /trunk/apache2: apache2.2-common.apache2.init changelog
sf at alioth.debian.org
sf at alioth.debian.org
Tue Mar 1 22:33:23 UTC 2011
Author: sf
Date: Tue Mar 1 22:33:23 2011
New Revision: 1289
URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1289
Log:
Fix typo in init script
Modified:
trunk/apache2/apache2.2-common.apache2.init
trunk/apache2/changelog
Modified: trunk/apache2/apache2.2-common.apache2.init
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/apache2.2-common.apache2.init?rev=1289&op=diff
==============================================================================
--- trunk/apache2/apache2.2-common.apache2.init (original)
+++ trunk/apache2/apache2.2-common.apache2.init Tue Mar 1 22:33:23 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: trunk/apache2/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/changelog?rev=1289&op=diff
==============================================================================
--- trunk/apache2/changelog (original)
+++ trunk/apache2/changelog Tue Mar 1 22:33:23 2011
@@ -5,6 +5,7 @@
* Set the default file descriptor limit to 8192 instead of whatever the
current limit is (usually 1024). Document how to change it in
/etc/apache2/envvars . Closes: #615632
+ * Fix typo in init script. Closes: #615866
* Add hint in README.Debian about 403 error with mod_dav PUT. Closes: #613438
* Remove some obsolete Depends and Replaces.
More information about the Pkg-apache-commits
mailing list