summaryrefslogtreecommitdiff
path: root/2.2
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2010-09-01 05:49:01 +0000
committerBenedikt Boehm <hollow@gentoo.org>2010-09-01 05:49:01 +0000
commitd2a2d8b7e5db410f5ca8f2b612c0542cdbe8254c (patch)
treee5978852104f9e2261ac12e9feaf140cd99d380e /2.2
parentfix #293783 (diff)
downloadapache-d2a2d8b7e5db410f5ca8f2b612c0542cdbe8254c.tar.gz
apache-d2a2d8b7e5db410f5ca8f2b612c0542cdbe8254c.tar.bz2
apache-d2a2d8b7e5db410f5ca8f2b612c0542cdbe8254c.zip
fix #295916
Diffstat (limited to '2.2')
-rwxr-xr-x2.2/init/apache2.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/2.2/init/apache2.initd b/2.2/init/apache2.initd
index 0f6fa0a..ec0fa1c 100755
--- a/2.2/init/apache2.initd
+++ b/2.2/init/apache2.initd
@@ -46,7 +46,7 @@ checkconfig() {
${APACHE2} ${APACHE2_OPTS} -t 1>/dev/null 2>&1
ret=$?
if [ $ret -ne 0 ]; then
- eerror "${SVCNAME} has detected a syntax error in your configuration files:"
+ eerror "${SVCNAME} has detected an error in your setup:"
${APACHE2} ${APACHE2_OPTS} -t
fi