diff options
author | Stefan Fritsch <sf@debian.org> | 2011-03-01 22:33:23 +0000 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2012-01-02 10:37:11 +0100 |
commit | cf43e887df8d644afa504ea50cb91554b6b8d6c5 (patch) | |
tree | 911ac6f9671cb5d7c3f58fbdf1b527ec9e3a0fe8 | |
parent | d6f690dd618f9b0799db07d4fe2871672e07093d (diff) | |
download | apache2-cf43e887df8d644afa504ea50cb91554b6b8d6c5.tar.gz |
Fix typo in init script
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@1289 01b336ce-410b-0410-9a02-a0e7f243c266
-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. |