Commit f666ad99 authored by Colm MacCarthaigh's avatar Colm MacCarthaigh
Browse files

Allow apachectl to support "graceful-stop" argument



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@240273 13f79535-47bb-0310-9956-ffa450edef68
parent aef4ec15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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=$?
    ;;