]> git.pld-linux.org Git - packages/apache.git/commitdiff
- one more error catch
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 18 May 2005 16:46:43 +0000 (16:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.init -> 1.42

apache.init

index 3fed5059ed697e358a715449d275ae3c8f8436c4..034cfcc4bc53702bb10a1cb95bd9f130baf3bc0e 100644 (file)
@@ -85,6 +85,7 @@ case "$1" in
                RETVAL=$?
                if [ $RETVAL -eq 0 ]; then
                        daemon httpd.${HTTPD_MPM} $CFG -k graceful
+                       RETVAL=$?
                else
                        fail
                        echo "Configuration file syntax test failed."
This page took 0.081485 seconds and 4 git commands to generate.