Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <010301c28fc5$5fa36bf0$0b00d5c0@cipi> From: "Ciprian Ciubotariu" To: Subject: default tcsh configuration scripts Date: Tue, 19 Nov 2002 14:15:39 +0200 MIME-Version: 1.0 Content-Type: text/plain;charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Server: VPOP3 V1.2.0d Evaluation X-RAVMilter-Version: 8.3.3(snapshot 20020312) (office.dnttm.ro) 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/