From owner-freebsd-ports Thu May 18 02:14:13 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA02168 for ports-outgoing; Thu, 18 May 1995 02:14:13 -0700 Received: (from hsu@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA02158 ; Thu, 18 May 1995 02:14:11 -0700 Date: Thu, 18 May 1995 02:14:11 -0700 From: Jeffrey Hsu Message-Id: <199505180914.CAA02158@freefall.cdrom.com> To: hsu@freefall.cdrom.com, roberto@blaise.ibp.fr Subject: Re: tcsh 6.06 Cc: ports@freefall.cdrom.com Sender: ports-owner@FreeBSD.org Precedence: bulk I just knew someone was going to comment on configuration. Fortunately I'm getting out of the ports business, so I'm just providing my diffs for whomever is going to maintain the tcsh port to look at. > The GUIDELINES way is beter : Okay. I'll take your word for it. I pulled that one out of the old tcsh patches from the port. >> ! #define VIDEFAULT >I can't agree :-) Like I said, these are my diffs. >> /* >> * DOTLAST put "." last in the default path, for security > reasons >> */ >> ! #undef DOTLAST >I don't agree either as it is useful for Joe User. See above. When I put dot first in my path, I mean put dot first in my path. >> * on the name of the tty, and environment. >> * Does not make sense in the modern window systems! >> */ >> ! #undef AUTOLOGOUT >On most systems (SunOS and FreeBSD at least) it detects that it is running >under some window system (probably by looking at DISPLAY) and does not >log out the user. I never want the system to automatically log me out. But I may agree with you here, since it's easy to just unset the autologout variable. Still, this is my tcsh executable and I don't want to be bothered with unsetting autologout. >> * successful, set $REMOTEHOST to the name or address of the >> * host >> */ >> ! #undef REMOTEHOST >Why ?? It is useful... Ache once said it took a long time and since most of my shells are local ---actually, all the shells that run off this binary---I'm optimizing away the startup time.