Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@www.apache.org Received: (qmail 6566 invoked from network); 25 Nov 2004 14:55:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 25 Nov 2004 14:55:46 -0000 Received: (qmail 92031 invoked by uid 500); 25 Nov 2004 14:55:45 -0000 Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 91984 invoked by uid 500); 25 Nov 2004 14:55:44 -0000 Mailing-List: contact test-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-cvs@httpd.apache.org Received: (qmail 91966 invoked by uid 99); 25 Nov 2004 14:55:44 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 25 Nov 2004 06:55:44 -0800 Received: (qmail 6517 invoked by uid 65534); 25 Nov 2004 14:55:42 -0000 Date: 25 Nov 2004 14:55:42 -0000 Message-ID: <20041125145542.6513.qmail@minotaur.apache.org> From: stas@apache.org To: test-cvs@httpd.apache.org Subject: svn commit: r106575 - /httpd/test/trunk/perl-framework/Apache-Test/Changes /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: stas Date: Thu Nov 25 06:55:41 2004 New Revision: 106575 URL: http://svn.apache.org/viewcvs?view=rev&rev=106575 Log: Add LockFile directive in the autogenerated httpd.conf, which points to t/logs, to handle the case where LockFile is hardcoded at compile time to some other directory on the system. Modified: httpd/test/trunk/perl-framework/Apache-Test/Changes httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm Modified: httpd/test/trunk/perl-framework/Apache-Test/Changes Url: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/Changes?view=diff&rev=106575&p1=httpd/test/trunk/perl-framework/Apache-Test/Changes&r1=106574&p2=httpd/test/trunk/perl-framework/Apache-Test/Changes&r2=106575 ============================================================================== --- httpd/test/trunk/perl-framework/Apache-Test/Changes (original) +++ httpd/test/trunk/perl-framework/Apache-Test/Changes Thu Nov 25 06:55:41 2004 @@ -8,6 +8,11 @@ =item 1.17-dev +Add LockFile directive in the autogenerated httpd.conf, which points +to t/logs, to handle the case where LockFile is hardcoded at compile +time to some other directory on the system. [Stas] + + =item 1.16 - November 9, 2004 Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm Url: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm?view=diff&rev=106575&p1=httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm&r1=106574&p2=httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm&r2=106575 ============================================================================== --- httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm (original) +++ httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm Thu Nov 25 06:55:41 2004 @@ -2404,6 +2404,7 @@ PidFile @t_logs@/httpd.pid ErrorLog @t_logs@/error_log +Lockfile @t_logs@/accept.lock LogLevel debug