Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 59269 invoked from network); 19 May 2009 21:58:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 May 2009 21:58:50 -0000 Received: (qmail 66882 invoked by uid 500); 19 May 2009 20:09:42 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 66820 invoked by uid 500); 19 May 2009 20:09:42 -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 66811 invoked by uid 99); 19 May 2009 20:09:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 May 2009 20:09:41 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.202.165.44] (HELO smtpauth22.prod.mesa1.secureserver.net) (64.202.165.44) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 19 May 2009 20:09:33 +0000 Received: (qmail 5419 invoked from network); 19 May 2009 20:09:11 -0000 Received: from unknown (76.252.112.72) by smtpauth22.prod.mesa1.secureserver.net (64.202.165.44) with ESMTP; 19 May 2009 20:09:11 -0000 Message-ID: <4A1311CA.3020700@rowe-clan.net> Date: Tue, 19 May 2009 15:08:42 -0500 From: "William A. Rowe, Jr." User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: support/apxs.in has been broken for over a decade ? References: <4A1249BD.2020804@p6m7g8.com> In-Reply-To: <4A1249BD.2020804@p6m7g8.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Philip M. Gollucci wrote: > The following freebsd bug was filed recently: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/133704 > > Though we've seen hints of this other places with httpd.conf not getting > removed on deinstall b/c it differs from the original httpd.conf. > > So, as the bug states, I've verified this issue exists in SVN > {trunk, branches/2.2.x, branches/2.0.x}; eidontcare 1.3.x > > The following patch fixes it: > > http://people.apache.org/~pgollucci/support_apxs.in.diff > > I'm trying to understand why it was ever %-18s and how something *so* > fundamental to axps could be broken and for over a decade. Sorry, I was dwelling on the missing '-' and didn't catch that you had also dropped the 18. Fine, +1 here. I'm sure this is 1.3 legacy.