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.2/init/
Date: Sat, 09 Nov 2013 15:33:18
Message-Id: 1283320141.d2a2d8b7e5db410f5ca8f2b612c0542cdbe8254c.polynomial-c@gentoo
1 commit: d2a2d8b7e5db410f5ca8f2b612c0542cdbe8254c
2 Author: Benedikt Boehm <hollow <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 1 05:49:01 2010 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 1 05:49:01 2010 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/apache.git;a=commit;h=d2a2d8b7
7
8 fix #295916
9
10 ---
11 2.2/init/apache2.initd | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/2.2/init/apache2.initd b/2.2/init/apache2.initd
15 index 0f6fa0a..ec0fa1c 100755
16 --- a/2.2/init/apache2.initd
17 +++ b/2.2/init/apache2.initd
18 @@ -46,7 +46,7 @@ checkconfig() {
19 ${APACHE2} ${APACHE2_OPTS} -t 1>/dev/null 2>&1
20 ret=$?
21 if [ $ret -ne 0 ]; then
22 - eerror "${SVCNAME} has detected a syntax error in your configuration files:"
23 + eerror "${SVCNAME} has detected an error in your setup:"
24 ${APACHE2} ${APACHE2_OPTS} -t
25 fi