]> git.pld-linux.org Git - packages/apache.git/commitdiff
- whitespace cleanup auto/ac/apache-2_0_54-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 28 Apr 2005 14:28:23 +0000 (14:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.init -> 1.37

apache.init

index f5e09b930ed196b9eef4a7303d2fa6e0897d902e..a803710c2e3bd1c65dcad5f03162ee304ab8cd62 100644 (file)
@@ -39,7 +39,7 @@ elif [ -n "$HTTPD_CONF" ]; then
        echo "error: HTTPD_CONF='$HTTPD_CONF': not a file, not a directory"
        exit 1
 else
-       CFG=""
+       CFG=""
 fi
 
 RETVAL=0
@@ -76,7 +76,7 @@ case "$1" in
        /usr/sbin/httpd.${HTTPD_MPM} $CFG -S
        ;;
   restart)
-       $0 stop
+       $0 stop
        $0 start
        ;;
   reload|force-reload|graceful)
@@ -84,7 +84,7 @@ case "$1" in
                msg_reloading httpd.${HTTPD_MPM}
                httpd.${HTTPD_MPM} $CFG -t > /dev/null 2>&1
                if [ $? -eq 0 ]; then
-                   daemon httpd.${HTTPD_MPM} $CFG -k graceful
+                   daemon httpd.${HTTPD_MPM} $CFG -k graceful
                else
                    fail
                    echo "Configuration file syntax test failed."
This page took 0.028935 seconds and 4 git commands to generate.