projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab0d82c
)
Allow apachectl to support "graceful-stop" argument
author
Colm MacCarthaigh
<colm@apache.org>
Fri, 26 Aug 2005 16:12:28 +0000
(16:12 +0000)
committer
Colm MacCarthaigh
<colm@apache.org>
Fri, 26 Aug 2005 16:12:28 +0000
(16:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@240273
13f79535
-47bb-0310-9956-
ffa450edef68
support/apachectl.in
patch
|
blob
|
history
diff --git
a/support/apachectl.in
b/support/apachectl.in
index 8a2b6dba4ac56bad370e7a744118efc95090096d..9f1c0992aa9aa0868cd1a7ee74aee0af62f77c1f 100644
(file)
--- a/
support/apachectl.in
+++ b/
support/apachectl.in
@@
-76,7
+76,7
@@
if [ "x$ARGV" = "x" ] ; then
fi
case $ARGV in
-start|stop|restart|graceful)
+start|stop|restart|graceful
|graceful-stop
)
$HTTPD -k $ARGV
ERROR=$?
;;