From owner-freebsd-hackers@FreeBSD.ORG Fri Nov 12 00:46:50 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 BDB5916A4CE for ; Fri, 12 Nov 2004 00:46:50 +0000 (GMT) Received: from corserv.corserv.com (tx-65-40-201-169.sta.sprint-hsd.net [65.40.201.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DB0343D46 for ; Fri, 12 Nov 2004 00:46:50 +0000 (GMT) (envelope-from klyons@corserv.com) Received: from [192.168.1.3] (cygni.corserv.com [192.168.1.3]) by corserv.corserv.com (8.12.11/8.11.6) with ESMTP id iAC1oI5J002015 for ; Thu, 11 Nov 2004 19:50:19 -0600 (CST) (envelope-from klyons@corserv.com) Message-ID: <419406E5.6050902@corserv.com> Date: Thu, 11 Nov 2004 18:42:13 -0600 From: Kevin Lyons User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Fri, 12 Nov 2004 14:04:06 +0000 Subject: Re; tcsh is not csh 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 00:46:50 -0000 >Dan Nelson wrote: > > but you're 4 years too late to affect >the outcome... I think the problem can still be fixed. Simply put in /bin/tcsh and let /bin/csh be what it actually is, which is to say /bin/csh. I realize that will add all of 300kB to the system. Oh and there would also have to be an entry for tcsh in /etc/shells. Should I send a patch? Developers have a right to expect a certain basic level of functionality on a system. When he calls fopen() he should get fopen, when he calls /bin/bash he should get /bin/bash not zsh nor sh nor ksh.