This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

default tcsh configuration scripts


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]