From owner-freebsd-current@FreeBSD.ORG Sun Oct 10 18:24:08 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 8C6B516A4CE for ; Sun, 10 Oct 2004 18:24:08 +0000 (GMT) Received: from freebsd.takeda.tk (node-402413e2.sna.onnet.us.uu.net [64.36.19.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A928C43D48 for ; Sun, 10 Oct 2004 18:24:03 +0000 (GMT) (envelope-from takeda@takeda.tk) Received: from takeda.lan (takeda.lan [10.0.0.3]) by freebsd.takeda.tk (8.12.11/8.12.11) with ESMTP id i9AIO2ip038744; Sun, 10 Oct 2004 11:24:03 -0700 (PDT) (envelope-from takeda@takeda.tk) Date: Sun, 10 Oct 2004 11:23:23 -0700 From: Dariusz Kulinski X-Mailer: The Bat! (v2.01) X-Priority: 3 (Normal) Message-ID: <151210150343.20041010112323@takeda.tk> To: Nikolay Kalev , freebsd-current@freebsd.org In-Reply-To: <136a340a04100604021216f931@mail.gmail.com> References: <200410060019.i960JSbq012606@bunrab.catwhisker.org> <1F92A08DB846503C2933CB0D@192.168.1.16> <20041006010051.GA53821@sirius.speicher.org> <20041006065433.GB612@loge.nixsys.be> <136a340a041006002068ffbf8d@mail.gmail.com> <20041006114235.79eb1aee@it.buh.tecnik93.com> <136a340a04100604021216f931@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: csh is root's shell? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 18:24:08 -0000 Hello Nikolay, Wednesday, October 6, 2004, 4:02:38 AM, you wrote: >> I've recently discussed with the port maintainer of tcshrc to work at an >> update of the port (our distfile is from 2003), but if you have already >> done work is this area please say, I don't wanna duplicate yours. >> >> If not, maybe I can send you a diff when is ready to test it ? > Ok here is a Simple dot.tcshrc file which needs more testing and > cleanup. I removed some stuff which are not working very well under > FreeBSD in new versions of tcshrc scripts from the original author. Here are another things I found: - setting mail is not defined (it's in default dot.csh) and it's nice thing, it tells that there is new mail in mailbox. set mail = (/var/mail/$USER) - variable MANPATH is defined, because of that users using this tcshrc cannot call man for i.e. installed ports: [freebsd]:/home/takeda> manpath (Warning: MANPATH environment variable set) /usr/share/man: [freebsd]:/home/takeda> unsetenv MANPATH [freebsd]:/home/takeda> manpath /usr/share/man:/usr/local/man:/usr/X11R6/man:/usr/share/perl/man:/usr/share/openssl/man Looks like MANPATH variable in FreeBSD is only for compatibility, and FreeBSD uses /etc/manpath.config I would recommend to change MANPATH to some other variable, and put in it the results of calling manpath command i.e. set manpath = `manpath` and do whatever it supposed to do, - last thing, this is apparently bug in tcshrc. When I was using chown command and trying to complete file name that had dot in it. After I put dot and pressed tap I saw user accounts instead a files... -- Best regards, Dariusz mailto:takeda@takeda.tk http://www.takeda.tk