Um. I'm sorry. That's the wrong spot.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238929 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rich Bowen
2012-02-01 03:47:28 +00:00
parent 34a040b6ae
commit 53fdd96471

View File

@ -77,7 +77,7 @@ if [ "x$ARGV" = "x" ] ; then
fi
case $ACMD in
start|stop|restart|graceful|graceful-stop|status|fullstatus|configtest)
start|stop|restart|graceful|graceful-stop)
$HTTPD -k $ARGV
ERROR=$?
;;