Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EEFE99541 for ; Wed, 1 Feb 2012 03:39:40 +0000 (UTC) Received: (qmail 30319 invoked by uid 500); 1 Feb 2012 03:37:45 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 30000 invoked by uid 500); 1 Feb 2012 03:37:34 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 29501 invoked by uid 99); 1 Feb 2012 03:34:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 03:34:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 03:34:09 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A3CD723888FD; Wed, 1 Feb 2012 03:33:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1238926 - /httpd/httpd/branches/2.4.x/support/apachectl.in Date: Wed, 01 Feb 2012 03:33:49 -0000 To: cvs@httpd.apache.org From: rbowen@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120201033349.A3CD723888FD@eris.apache.org> Author: rbowen Date: Wed Feb 1 03:33:49 2012 New Revision: 1238926 URL: http://svn.apache.org/viewvc?rev=1238926&view=rev Log: Make apachectl -h aware of status, fullstatus, and configtest. Modified: httpd/httpd/branches/2.4.x/support/apachectl.in Modified: httpd/httpd/branches/2.4.x/support/apachectl.in URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/support/apachectl.in?rev=1238926&r1=1238925&r2=1238926&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/support/apachectl.in (original) +++ httpd/httpd/branches/2.4.x/support/apachectl.in Wed Feb 1 03:33:49 2012 @@ -77,7 +77,7 @@ if [ "x$ARGV" = "x" ] ; then fi case $ACMD in -start|stop|restart|graceful|graceful-stop) +start|stop|restart|graceful|graceful-stop|status|fullstatus|configtest) $HTTPD -k $ARGV ERROR=$? ;;