From 11e900e0b4f4d1c67ab145ffa2f130c8d6e34159 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 28 Nov 2017 14:14:16 +0000 Subject: [PATCH 1/1] apache: Wait until apache has stopped when we want to stop it Signed-off-by: Michael Tremer --- src/initscripts/system/apache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- 2.39.2