From: Colm MacCarthaigh Date: Fri, 26 Aug 2005 16:12:28 +0000 (+0000) Subject: Allow apachectl to support "graceful-stop" argument X-Git-Tag: 2.3.0~3070 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51daa83cd77695dc94e5c76eb03a5298ae3ad71b;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/support/apachectl.in b/support/apachectl.in index 8a2b6dba4ac..9f1c0992aa9 100644 --- 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=$? ;;