From cvs-return-41239-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Wed Feb 1 03:48:06 2012 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 E9A3097DF for ; Wed, 1 Feb 2012 03:48:06 +0000 (UTC) Received: (qmail 54098 invoked by uid 500); 1 Feb 2012 03:48:05 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 53880 invoked by uid 500); 1 Feb 2012 03:47:53 -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 53871 invoked by uid 99); 1 Feb 2012 03:47:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 03:47:52 +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:47:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 813D62388865; Wed, 1 Feb 2012 03:47:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1238929 - /httpd/httpd/branches/2.4.x/support/apachectl.in Date: Wed, 01 Feb 2012 03:47:28 -0000 To: cvs@httpd.apache.org From: rbowen@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120201034728.813D62388865@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rbowen Date: Wed Feb 1 03:47:28 2012 New Revision: 1238929 URL: http://svn.apache.org/viewvc?rev=1238929&view=rev Log: Um. I'm sorry. That's the wrong spot. 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=1238929&r1=1238928&r2=1238929&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:47:28 2012 @@ -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=$? ;;