Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 25954 invoked by uid 500); 5 May 2000 11:20:27 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 25938 invoked from network); 5 May 2000 11:20:25 -0000 Date: Fri, 5 May 2000 09:59:27 +0200 From: "Ralf S. Engelschall" To: new-httpd@apache.org Subject: Re: cvs commit: apache-2.0/src/support apxs.pl Message-ID: <20000505095926.A82987@engelschall.com> Reply-To: rse@engelschall.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.14i Organization: Engelschall, Germany. X-Web-Homepage: http://www.engelschall.com/ X-PGP-Public-Key: https://www.engelschall.com/ho/rse/pgprse.asc X-PGP-Fingerprint: 00 C9 21 8E D1 AB 70 37 DD 67 A2 3A 0A 6F 8D A5 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N In article <3911D3FD.C443B651@Golux.Com> you wrote: >> --- apxs.pl 2000/03/31 09:42:55 1.5 >> +++ apxs.pl 2000/05/04 19:42:57 1.6 >> @@ -1,4 +1,4 @@ >> -#!/usr/local/bin/perl >> +#!/usr/bin/perl > > I'm not at all sure I agree with this particular change. In fact, > I'm sure I don't like it. Why are people complaining about this she-bang line? "/usr/bin/perl" is as incorrect as "/usr/local/bin/perl" there. The apxs.pl is a _source_ and should never be used directly (nor installed directly). Instead the source should be adjusted and written to apxs (no extension) instead. And in this adjustment the she-bang line should be changed. At least that's what Apache 1.3 did and what I still find reasonable. So I suggest to use #!perl or #!%PERL% or whatever similar in the apxs.pl, it is clear that this is a source file which shouldn't be used directly. Ralf S. Engelschall rse@engelschall.com www.engelschall.com