diff options
author | 2010-09-01 05:49:01 +0000 | |
---|---|---|
committer | 2010-09-01 05:49:01 +0000 | |
commit | d2a2d8b7e5db410f5ca8f2b612c0542cdbe8254c (patch) | |
tree | e5978852104f9e2261ac12e9feaf140cd99d380e | |
parent | fix #293783 (diff) | |
download | apache-d2a2d8b7e5db410f5ca8f2b612c0542cdbe8254c.tar.gz apache-d2a2d8b7e5db410f5ca8f2b612c0542cdbe8254c.tar.bz2 apache-d2a2d8b7e5db410f5ca8f2b612c0542cdbe8254c.zip |
fix #295916
-rwxr-xr-x | 2.2/init/apache2.initd | 2 |
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 |