Allow apachectl to support "graceful-stop" argument
authorColm MacCarthaigh <colm@apache.org>
Fri, 26 Aug 2005 16:12:28 +0000 (16:12 +0000)
committerColm 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

index 8a2b6dba4ac56bad370e7a744118efc95090096d..9f1c0992aa9aa0868cd1a7ee74aee0af62f77c1f 100644 (file)
@@ -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=$?
     ;;