From owner-freebsd-current@FreeBSD.ORG Fri Oct 8 06:46:14 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D03A116A4CE for ; Fri, 8 Oct 2004 06:46:14 +0000 (GMT) Received: from smtp2.jazztel.es (smtp2.jazztel.es [62.14.3.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8831543D53 for ; Fri, 8 Oct 2004 06:46:14 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from antivirus by smtp2.jazztel.es with antivirus id 1CFoW1-0005jT-00 Fri, 08 Oct 2004 08:46:09 +0200 Received: from [212.106.254.137] (helo=rguez.homeunix.net) by smtp2.jazztel.es with esmtp id 1CFoW1-0005ii-00 Fri, 08 Oct 2004 08:46:09 +0200 Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) by rguez.homeunix.net (8.13.1/8.13.1) with ESMTP id i986kBkb078772; Fri, 8 Oct 2004 08:46:11 +0200 (CEST) (envelope-from josemi@freebsd.jazztel.es) Received: from localhost (localhost [[UNIX: localhost]]) by redesjm.local (8.13.1/8.13.1/Submit) id i986k9JC001122; Fri, 8 Oct 2004 08:46:09 +0200 (CEST) (envelope-from josemi@freebsd.jazztel.es) X-Authentication-Warning: orion.redesjm.local: freebsd set sender to josemi@freebsd.jazztel.es using -f From: Jose M Rodriguez To: freebsd-current@freebsd.org, Nikolay Kalev Date: Fri, 8 Oct 2004 08:46:08 +0200 User-Agent: KMail/1.7 References: <136a340a041007045538093bfd@mail.gmail.com> <20041008025054.GJ49914@over-yonder.net> <136a340a04100723261bfa86c2@mail.gmail.com> In-Reply-To: <136a340a04100723261bfa86c2@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410080846.09194.josemi@freebsd.jazztel.es> X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.27.0.12; VDF 6.27.0.81 (host: antares.redesjm.local) X-Virus-Scanned: by antivirus Subject: Re: csh is root's shell? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2004 06:46:14 -0000 On Friday 08 October 2004 08:26, Nikolay Kalev wrote: > There is a new file online, please test! Seems like we have diferent > issues with diferent type of terminals. > > http://www.eprogress.bg/~rootcho/dot.tcshrc I think that interactive alias and var will be defined in if (?prompt) then ... endif or make the if (! $?prompt) goto end appear before in the file There are ports that use csh as scripting. And this may break some of them. -- josemi