You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2005/08/26 18:12:30 UTC

svn commit: r240273 - /httpd/httpd/trunk/support/apachectl.in

Author: colm
Date: Fri Aug 26 09:12:28 2005
New Revision: 240273

URL: http://svn.apache.org/viewcvs?rev=240273&view=rev
Log:

Allow apachectl to support "graceful-stop" argument


Modified:
    httpd/httpd/trunk/support/apachectl.in

Modified: httpd/httpd/trunk/support/apachectl.in
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/support/apachectl.in?rev=240273&r1=240272&r2=240273&view=diff
==============================================================================
--- httpd/httpd/trunk/support/apachectl.in (original)
+++ httpd/httpd/trunk/support/apachectl.in Fri Aug 26 09:12:28 2005
@@ -76,7 +76,7 @@
 fi
 
 case $ARGV in
-start|stop|restart|graceful)
+start|stop|restart|graceful|graceful-stop)
     $HTTPD -k $ARGV
     ERROR=$?
     ;;