apache: Wait until apache has stopped when we want to stop it

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-11-28 14:14:16 +00:00
parent d409286074
commit 11e900e0b4

View 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
;;