From 860d0fd6311ed407bccd6cf37c7bd5d54d2cc271 Mon Sep 17 00:00:00 2001 From: Richard Bowen Date: Wed, 1 Feb 2012 03:49:14 +0000 Subject: [PATCH] Sorry about that. Wasnt looking in the right place. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1238930 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 5199a3ec5be..3281c2e6cd1 100644 --- a/support/apachectl.in +++ b/support/apachectl.in @@ -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=$? ;; -- 2.47.3