From owner-cvs-all@FreeBSD.ORG Tue May 29 10:33:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 232D916A551 for ; Tue, 29 May 2007 10:33:48 +0000 (UTC) (envelope-from simon@benji.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.freebsd.org (Postfix) with ESMTP id 9CE0B13C45B for ; Tue, 29 May 2007 10:33:47 +0000 (UTC) (envelope-from simon@benji.nitro.dk) Received: from benji.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 46A222D487F; Tue, 29 May 2007 10:33:46 +0000 (UTC) Received: by benji.nitro.dk (Postfix, from userid 2000) id 478F5FD97; Tue, 29 May 2007 12:33:46 +0200 (CEST) Date: Tue, 29 May 2007 12:33:46 +0200 From: "Simon L. Nielsen" To: Ceri Davies Message-ID: <20070529103345.GB1041@zaphod.nitro.dk> References: <200705290633.l4T6XCCr005107@repoman.freebsd.org> <20070529101515.GU2095@submonkey.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070529101515.GU2095@submonkey.net> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: cvs-src@FreeBSD.org, Doug Barton , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/root dot.profile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 10:33:48 -0000 On 2007.05.29 11:15:15 +0100, Ceri Davies wrote: > On Tue, May 29, 2007 at 06:33:11AM +0000, Doug Barton wrote: > > dougb 2007-05-29 06:33:11 UTC > > > > FreeBSD src repository > > > > Modified files: > > etc/root dot.profile > > Log: > > Remove X11R6 from the default PATH to join the new world order. > > > > While I'm here, make the default PATH match that in the csh profile, > > and login.conf. > > sh doesn't support ~ expansion, does it? Seems to work fine for me: [simon@benji:~] sh $ echo ~simon /home/simon $ echo ~/ /home/simon/ -- Simon L. Nielsen