diff options
-rw-r--r-- | debian/apache2.2-common.apache2.init | 2 | ||||
-rw-r--r-- | debian/changelog | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/apache2.2-common.apache2.init b/debian/apache2.2-common.apache2.init index cd48dac1..bb8b27ac 100644 --- a/debian/apache2.2-common.apache2.init +++ b/debian/apache2.2-common.apache2.init @@ -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= diff --git a/debian/changelog b/debian/changelog index e443d479..60e0faeb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ apache2 (2.2.17-2) UNRELEASED; urgency=low * 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. |