Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] apache r231 - trunk/dist/2.2/init
Date: Wed, 01 Sep 2010 05:49:04
Message-Id: 20100901054901.8414E20051@flycatcher.gentoo.org
1 Author: hollow
2 Date: 2010-09-01 05:49:01 +0000 (Wed, 01 Sep 2010)
3 New Revision: 231
4
5 Modified:
6 trunk/dist/2.2/init/apache2.initd
7 Log:
8 fix #295916
9
10 Modified: trunk/dist/2.2/init/apache2.initd
11 ===================================================================
12 --- trunk/dist/2.2/init/apache2.initd 2010-09-01 05:48:58 UTC (rev 230)
13 +++ trunk/dist/2.2/init/apache2.initd 2010-09-01 05:49:01 UTC (rev 231)
14 @@ -46,7 +46,7 @@
15 ${APACHE2} ${APACHE2_OPTS} -t 1>/dev/null 2>&1
16 ret=$?
17 if [ $ret -ne 0 ]; then
18 - eerror "${SVCNAME} has detected a syntax error in your configuration files:"
19 + eerror "${SVCNAME} has detected an error in your setup:"
20 ${APACHE2} ${APACHE2_OPTS} -t
21 fi