default tcsh configuration scripts

Ciprian Ciubotariu cipi@softnrg.dnttm.ro
Tue Nov 19 04:26:00 GMT 2002


I use tcsh as default shell. (i.e. "tcsh -l" in cygwin.bat and
"...:/bin/tcsh" in /etc/passwd). Upon first-startup i used to receive a few
disturbing messages, that sed and grep are not found.

The grep error seems to reside in /etc/profile.d/00xfree.csh, which is very
short, so i won't bother writing more on this. My solution: replaced with
/usr/bin/grep.
The sed error is in /etc/profile.d/complete.tcsh, where "set_emacs_dir"
relies on the fact that sed is found in path. My solution: replaced with
/usr/bin/sed.

One more thing: I think 00xfree86.sh and .csh should set ${X11PATH}:${PATH}
instead of ${PATH}:${X11PATH} because one may have a windows executable
called X.exe (and I do have such a thingie), which is called by startx
instead of /usr/X11R6/bin/X.

That's it!
Cipi


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list