Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E2E6D9BF5 for ; Fri, 10 Feb 2012 22:12:19 +0000 (UTC) Received: (qmail 87862 invoked by uid 500); 10 Feb 2012 22:12:18 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 87624 invoked by uid 500); 10 Feb 2012 22:12:17 -0000 Mailing-List: contact dev-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 dev@httpd.apache.org Received: (qmail 87616 invoked by uid 99); 10 Feb 2012 22:12:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Feb 2012 22:12:17 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rainer.jung@kippdata.de designates 195.227.30.149 as permitted sender) Received: from [195.227.30.149] (HELO mailserver.kippdata.de) (195.227.30.149) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Feb 2012 22:12:12 +0000 Received: from [10.0.110.6] ([192.168.2.104]) by mailserver.kippdata.de (8.13.5/8.13.5) with ESMTP id q1AMBnt2025805 for ; Fri, 10 Feb 2012 23:11:50 +0100 (CET) Message-ID: <4F359620.9020703@kippdata.de> Date: Fri, 10 Feb 2012 23:11:44 +0100 From: Rainer Jung User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: "dev@httpd.apache.org" Subject: Re: svn commit: r1242950 - /httpd/httpd/branches/2.2.x/docs/manual/style/build.properties References: <20120210215320.5575B23888E4@eris.apache.org> In-Reply-To: <20120210215320.5575B23888E4@eris.apache.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Hi Andre, nice fix. One remark see below. On 10.02.2012 22:53, nd@apache.org wrote: > Author: nd > Date: Fri Feb 10 21:53:19 2012 > New Revision: 1242950 > > URL: http://svn.apache.org/viewvc?rev=1242950&view=rev > Log: > enter manpage section assignment into property file > > Modified: > httpd/httpd/branches/2.2.x/docs/manual/style/build.properties > > Modified: httpd/httpd/branches/2.2.x/docs/manual/style/build.properties > URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/style/build.properties?rev=1242950&r1=1242949&r2=1242950&view=diff > ============================================================================== > --- httpd/httpd/branches/2.2.x/docs/manual/style/build.properties (original) > +++ httpd/httpd/branches/2.2.x/docs/manual/style/build.properties Fri Feb 10 21:53:19 2012 > @@ -2,3 +2,23 @@ > > # No xml files yet > # noxml.fr = upgrading.html.fr > + > + > +manpages.8 = \ > + apachectl \ > + htcacheclean \ > + httpd \ > + rotatelogs \ > + suexec > + > + > +manpages.1 = \ > + ab \ > + apxs \ > + dbmmanage \ > + htdbm \ > + htdigest \ > + htpasswd \ > + httxt2dbm \ > + logresolve > + Should be move ab, apxs and logrotate back to section 8? I think they have been there until version 2.2.21 and moving them to section 1 was a bug for 2.2.x, because it was only meant to be done for 2.4.x and trunk. For 2.0.x you already have put them into section 8. Regards, Rainer