summaryrefslogtreecommitdiff
path: root/support/apachectl.in
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2012-02-01 03:49:14 +0000
committerRich Bowen <rbowen@apache.org>2012-02-01 03:49:14 +0000
commite98920277b0190451e2ed2b1ba4d3863ac49cae5 (patch)
tree8b223e33120ee58098b9067d7f3316a32ce5c6f6 /support/apachectl.in
parent9b765887cb5f0a07e2a4c3a57a3870acb67b6777 (diff)
downloadhttpd-e98920277b0190451e2ed2b1ba4d3863ac49cae5.tar.gz
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
Diffstat (limited to 'support/apachectl.in')
-rw-r--r--support/apachectl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/apachectl.in b/support/apachectl.in
index 5199a3ec5b..3281c2e6cd 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=$?
;;