Date: Thu, 6 Apr 2000 15:34:35 -0700 (PDT) From: Matthew Dillon <dillon@apollo.backplane.com> To: "David O'Brien" <obrien@freebsd.org> Cc: Nate Williams <nate@yogotech.com>, arch@freebsd.org Subject: Re: Import of tcsh into src/contrib/, replacing src/usr.bin/csh Message-ID: <200004062234.PAA91375@apollo.backplane.com> References: <20000406134916.A23265@dragon.nuxi.com> <200004062121.PAA24162@nomad.yogotech.com> <20000406144502.A25177@dragon.nuxi.com> <200004062150.PAA24400@nomad.yogotech.com> <20000406151008.B25607@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
:Ok, then what about this:
:
:1. Import tcsh into src/contrib/tcsh
:2. copy src/bin/csh/Makefile to src/bin/csh/Makefile.csh
:3. create src/bin/csh/Makefile.tcsh
:4. src/bin/csh/Makefile looks like this:
:
: .if defined(WANT_OLD_CSH)
: .include ${.CURDIR}/Makefile.csh
: .else
: .include ${.CURDIR}/Makefile.tcsh
: .endif
:
:--
:-- David (obrien@NUXI.com)
How about not. Just create /bin/tcsh, fixup the default csh.cshrc file
and the default [root] shell and be done with it. Don't complicate things
by trying to remove/replace csh.
In addition to my earlier objects, I agree *completely* with Terry in
regards to script writers starting to assume that tcsh features are csh
features (for example, tcsh has additional variable substitution features
that csh does not).
-Matt
Matthew Dillon
<dillon@backplane.com>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004062234.PAA91375>
