Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/apache:master commit in: 2.4/init/
Date: Thu, 03 Mar 2016 13:03:36
Message-Id: 1457009743.ea622d37dfafdcac22e4cfb75d19e26dae6f2e56.polynomial-c@gentoo
1 commit: ea622d37dfafdcac22e4cfb75d19e26dae6f2e56
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 3 12:51:20 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 3 12:55:43 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/apache.git/commit/?id=ea622d37
7
8 Whitespace fixes.
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 2.4/init/apache2.initd | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/2.4/init/apache2.initd b/2.4/init/apache2.initd
16 index de57251..d14aa39 100755
17 --- a/2.4/init/apache2.initd
18 +++ b/2.4/init/apache2.initd
19 @@ -69,8 +69,8 @@ start() {
20 checkconfig || return 1
21
22 if [ -n "${STARTUPERRORLOG}" ] ; then
23 - # We must make sure that we only append to APACHE2_OPTS
24 - # in start() and not in stop() or anywhere else that may
25 + # We must make sure that we only append to APACHE2_OPTS
26 + # in start() and not in stop() or anywhere else that may
27 # be executed along with start(), see bug #566726.
28 APACHE2_OPTS="${APACHE2_OPTS} -E ${STARTUPERRORLOG}"
29 fi