diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-03-03 13:51:20 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-03-03 13:55:43 +0100 |
commit | ea622d37dfafdcac22e4cfb75d19e26dae6f2e56 (patch) | |
tree | 176c639ad96ab1fce16f7dcf6cb03d4458b5a15d | |
parent | apache2.initd: set defaults for LYNX and STATUSURL once. (diff) | |
download | apache-ea622d37dfafdcac22e4cfb75d19e26dae6f2e56.tar.gz apache-ea622d37dfafdcac22e4cfb75d19e26dae6f2e56.tar.bz2 apache-ea622d37dfafdcac22e4cfb75d19e26dae6f2e56.zip |
Whitespace fixes.
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-rwxr-xr-x | 2.4/init/apache2.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/2.4/init/apache2.initd b/2.4/init/apache2.initd index de57251..d14aa39 100755 --- a/2.4/init/apache2.initd +++ b/2.4/init/apache2.initd @@ -69,8 +69,8 @@ start() { checkconfig || return 1 if [ -n "${STARTUPERRORLOG}" ] ; then - # We must make sure that we only append to APACHE2_OPTS - # in start() and not in stop() or anywhere else that may + # We must make sure that we only append to APACHE2_OPTS + # in start() and not in stop() or anywhere else that may # be executed along with start(), see bug #566726. APACHE2_OPTS="${APACHE2_OPTS} -E ${STARTUPERRORLOG}" fi |