From owner-freebsd-hackers@FreeBSD.ORG Fri Nov 12 21:34:49 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE83D16A4CE; Fri, 12 Nov 2004 21:34:49 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D89943D3F; Fri, 12 Nov 2004 21:34:49 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id A794465219; Fri, 12 Nov 2004 21:34:47 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 65288-02-2; Fri, 12 Nov 2004 21:34:47 +0000 (GMT) Received: from empiric.dek.spc.org (adsl-64-171-184-73.dsl.snfc21.pacbell.net [64.171.184.73]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id EC732651F4; Fri, 12 Nov 2004 21:34:46 +0000 (GMT) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 1E27B66A7; Fri, 12 Nov 2004 13:34:29 -0800 (PST) Date: Fri, 12 Nov 2004 13:34:29 -0800 From: Bruce M Simpson To: Kevin Lyons Message-ID: <20041112213429.GD830@empiric.icir.org> Mail-Followup-To: Kevin Lyons , freebsd-hackers@freebsd.org, obrien@freebsd.org References: <41940880.7070409@corserv.com> <20041112023023.GG19417@silverwraith.com> <20041112031122.GA87071@falcon.midgard.homeip.net> <20041112055543.GH19417@silverwraith.com> <20041112184710.GA1594@dragon.nuxi.com> <41951400.8040805@corserv.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41951400.8040805@corserv.com> cc: freebsd-hackers@freebsd.org Subject: Re: tcsh fix X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2004 21:34:50 -0000 On Fri, Nov 12, 2004 at 01:50:24PM -0600, Kevin Lyons wrote: > Presumably pure csh is the last stable release of csh before tcsh came > along. Openbsd, netbsd, sun and sgi all seem to have been able to > settle on a csh. I'm extremely happy with having tcsh instead of csh in the base system. As others have said, if someone has an operational requirement for plain old csh, they are free to install the port and make the appropriate links. BMS