projects
/
ipfire-2.x.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
apache: Wait until apache has stopped when we want to stop it
[ipfire-2.x.git]
/
src
/
initscripts
/
system
/
apache
diff --git
a/src/initscripts/system/apache
b/src/initscripts/system/apache
index
7d04841
..
f2a9fb8
100644
(file)
--- 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
;;