From stonehenge-commits-return-409-apmail-incubator-stonehenge-commits-archive=incubator.apache.org@incubator.apache.org Tue Jul 07 13:59:40 2009 Return-Path: Delivered-To: apmail-incubator-stonehenge-commits-archive@minotaur.apache.org Received: (qmail 26636 invoked from network); 7 Jul 2009 13:59:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jul 2009 13:59:40 -0000 Received: (qmail 82362 invoked by uid 500); 7 Jul 2009 13:59:50 -0000 Delivered-To: apmail-incubator-stonehenge-commits-archive@incubator.apache.org Received: (qmail 82325 invoked by uid 500); 7 Jul 2009 13:59:50 -0000 Mailing-List: contact stonehenge-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stonehenge-dev@incubator.apache.org Delivered-To: mailing list stonehenge-commits@incubator.apache.org Received: (qmail 82316 invoked by uid 99); 7 Jul 2009 13:59:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 13:59:49 +0000 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT 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; Tue, 07 Jul 2009 13:59:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B31FE2388865; Tue, 7 Jul 2009 13:59:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r791838 - /incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/Util/AuthorizeWcfServices.bat Date: Tue, 07 Jul 2009 13:59:25 -0000 To: stonehenge-commits@incubator.apache.org From: bendewey@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090707135925.B31FE2388865@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bendewey Date: Tue Jul 7 13:59:25 2009 New Revision: 791838 URL: http://svn.apache.org/viewvc?rev=791838&view=rev Log: Fix bug where choosing Quit on the AuthorizeWcfServices.bat script actually runs delete reservations. Modified: incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/Util/AuthorizeWcfServices.bat Modified: incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/Util/AuthorizeWcfServices.bat URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/Util/AuthorizeWcfServices.bat?rev=791838&r1=791837&r2=791838&view=diff ============================================================================== --- incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/Util/AuthorizeWcfServices.bat (original) +++ incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/Util/AuthorizeWcfServices.bat Tue Jul 7 13:59:25 2009 @@ -37,9 +37,9 @@ choice /c:123Q /n -if errorlevel 2 SET user=\Everyone +if errorlevel 4 GOTO Exit if errorlevel 3 GOTO Remove -if errorlevel 4 GOTO:EOF +if errorlevel 2 SET user=\Everyone netsh http add urlacl url=http://+:7000/ user=%user% netsh http add urlacl url=http://+:8000/ user=%user%