From 51daa83cd77695dc94e5c76eb03a5298ae3ad71b Mon Sep 17 00:00:00 2001 From: Colm MacCarthaigh Date: Fri, 26 Aug 2005 16:12:28 +0000 Subject: [PATCH] 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 --- support/apachectl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/apachectl.in b/support/apachectl.in index 8a2b6dba4a..9f1c0992aa 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=$? ;; -- 2.50.1