projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68b956a
)
use correct apache proc name
author
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 24 Oct 2014 09:03:38 +0000
(09:03 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 24 Oct 2014 09:03:38 +0000
(09:03 +0000)
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index
69e446c
..
7574bea
100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-110,7
+110,7
@@
apache-stop:
@-if [ -e ${APACHE_PID_FILE} ]; then \
kill `cat ${APACHE_PID_FILE}`; \
else \
- killall apache2 2> /dev/null; \
+ killall ${APACHE_HTTPD} 2> /dev/null; \
fi
@sleep 0.6
rm -f ${APACHE_PID_FILE}