From owner-freebsd-current@FreeBSD.ORG Sat Oct 9 10:20:52 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 C7C5916A4CE for ; Sat, 9 Oct 2004 10:20:52 +0000 (GMT) Received: from smtp1.jazztel.es (smtp1.jazztel.es [62.14.3.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CA7C43D2F for ; Sat, 9 Oct 2004 10:20:52 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from antivirus by smtp1.jazztel.es with antivirus id 1CGELZ-0006GS-00 Sat, 09 Oct 2004 12:21:05 +0200 Received: from [212.106.255.193] (helo=rguez.homeunix.net) by smtp1.jazztel.es with esmtp id 1CGELY-0006Fq-00 Sat, 09 Oct 2004 12:21:04 +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 i99AKlFs014991; Sat, 9 Oct 2004 12:20:47 +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 i99AKkTF001242; Sat, 9 Oct 2004 12:20:46 +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: Nikolay Kalev Date: Sat, 9 Oct 2004 12:20:46 +0200 User-Agent: KMail/1.7 References: <200410090155.30068.josemi@freebsd.jazztel.es> <136a340a041009022533ed81a7@mail.gmail.com> In-Reply-To: <136a340a041009022533ed81a7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200410091220.46468.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 cc: freebsd-current@freebsd.org 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: Sat, 09 Oct 2004 10:20:52 -0000 El S=E1bado, 9 de Octubre de 2004 11:25, Nikolay Kalev escribi=F3: > On Sat, 9 Oct 2004 01:55:29 +0200, Jose M Rodriguez > > wrote: > > El S=E1bado, 9 de Octubre de 2004 01:16, Nikolay Kalev escribi=F3: > > > OK is someone going to merge some functions from dot.tcshrc to > > > the FreeBSD tree ??? > > > It will be nice to see some imprvements :-). > > > > I can recall something like this under src/share/examples/ > > also a port shells/tcshrc or so. > > > > I also have some notes about a future profile.d/ from ports > > (ENOTIME). > > > > But this is not a src/share/skel/dot.cshrc alternative. > > > > You may also take a look at PR conf/72277 > > It not so rich, but you may find another tip here. > > I think a port should do the work :-))). I think so. But also /usr/share/examples/tcsh/ can be take up to date. Christos's original complete doesn't work. This come from=20 src/contrib/tcsh via src/bin/csh Also, you'll make this some kinda of tips repository under, let's say,=20 ${PREFIX}/share/examples/tcsh, so anyone can source what he likes. In any way, I'm planning a real ${PREFIX}/share/skel with profile.d=20 support for bash/tcsh under ${PREFIX}/etc/profile.d/ and=20 ${HOME}/.profile.d/ but this is more a long term project. =2D- josemi