X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=src%2Finitscripts%2Fsystem%2Fapache;h=f2a9fb87207d4a2bea16f7aebaa80777b86cdd43;hp=7d048418b4d16fbf69f6a6c6323b25e0452dd8c9;hb=11e900e0b4f4d1c67ab145ffa2f130c8d6e34159;hpb=d4092860749a2425a400129cd50cd14d7875c5e2 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 ;;