From: Michael Tremer Date: Tue, 28 Nov 2017 14:14:16 +0000 (+0000) Subject: apache: Wait until apache has stopped when we want to stop it X-Git-Tag: v2.19-core117~1^2~57 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=11e900e0b4f4d1c67ab145ffa2f130c8d6e34159;hp=d4092860749a2425a400129cd50cd14d7875c5e2 apache: Wait until apache has stopped when we want to stop it Signed-off-by: Michael Tremer --- diff --git a/src/initscripts/system/apache b/src/initscripts/system/apache index 7d048418b4..f2a9fb8720 100644 --- a/src/initscripts/system/apache +++ b/src/initscripts/system/apache @@ -68,7 +68,7 @@ case "$1" in stop) boot_mesg "Stopping Apache daemon..." - /usr/sbin/apachectl -k stop + killproc /usr/sbin/httpd evaluate_retval ;;