From owner-freebsd-stable@FreeBSD.ORG Sun Jan 30 00:59:05 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B06916A4CE; Sun, 30 Jan 2005 00:59:05 +0000 (GMT) Received: from mail07.syd.optusnet.com.au (mail07.syd.optusnet.com.au [211.29.132.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4BD143D1D; Sun, 30 Jan 2005 00:59:04 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) j0U0x3uf000680 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 30 Jan 2005 11:59:03 +1100 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])j0U0x27l042365; Sun, 30 Jan 2005 11:59:03 +1100 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost)j0U0x2L9042364; Sun, 30 Jan 2005 11:59:02 +1100 (EST) (envelope-from pjeremy) Date: Sun, 30 Jan 2005 11:59:02 +1100 From: Peter Jeremy To: Anton Berezin , perl@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-ports@FreeBSD.org Message-ID: <20050130005902.GJ32122@cirb503493.alcatel.com.au> References: <20050129202425.GA56998@heechee.tobez.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050129202425.GA56998@heechee.tobez.org> User-Agent: Mutt/1.4.2i Subject: Re: [HEADS UP] perl symlinks in /usr/bin will be gone X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 00:59:05 -0000 On Sat, 2005-Jan-29 21:24:25 +0100, Anton Berezin wrote: >In practical terms this will mean a one-time sweep of your scripts in >order to convert them, in a typical case, from #! /usr/bin/perl to >#! /usr/local/bin/perl. I'd also like to object. The perl documentation has consistently stated that a symlink to /usr/bin/perl should be created so that scripts can use #!/usr/bin/perl. Removing this symlink will impact users as well as administrators and (IMHO) will adversely impact on the image of FreeBSD. -- Peter Jeremy