]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/initscripts/system/apache
apache: Wait until apache has stopped when we want to stop it
[ipfire-2.x.git] / src / initscripts / system / apache
index 7d048418b4d16fbf69f6a6c6323b25e0452dd8c9..f2a9fb87207d4a2bea16f7aebaa80777b86cdd43 100644 (file)
@@ -68,7 +68,7 @@ case "$1" in
 
        stop)
                boot_mesg "Stopping Apache daemon..."
-               /usr/sbin/apachectl -k stop
+               killproc /usr/sbin/httpd
                evaluate_retval
                ;;