diff options
author | tron <tron> | 1998-09-08 22:34:53 +0000 |
---|---|---|
committer | tron <tron> | 1998-09-08 22:34:53 +0000 |
commit | f723e50156108dd796291b2b2fe40f64e52884e0 (patch) | |
tree | d90e190d49d1844733d51f5438b05f8ae759aae6 /shells/tcsh/patches | |
parent | 1c6652ceb090e4a7eecda1d7b14414b08681d679 (diff) | |
download | pkgsrc-f723e50156108dd796291b2b2fe40f64e52884e0.tar.gz |
Disable "AUTOLOGOUT" and "REMOTEHOST".
Diffstat (limited to 'shells/tcsh/patches')
-rw-r--r-- | shells/tcsh/patches/patch-af | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/shells/tcsh/patches/patch-af b/shells/tcsh/patches/patch-af index 03ae92f5717..fe97a1a34a5 100644 --- a/shells/tcsh/patches/patch-af +++ b/shells/tcsh/patches/patch-af @@ -1,7 +1,7 @@ -$NetBSD: patch-af,v 1.4 1998/08/07 11:13:57 agc Exp $ +$NetBSD: patch-af,v 1.5 1998/09/08 22:34:53 tron Exp $ ---- config_f.h.orig Fri Apr 26 15:17:30 1996 -+++ config_f.h Tue Aug 4 10:15:41 1998 +--- config_f.h.orig Fri Apr 26 21:17:30 1996 ++++ config_f.h Wed Sep 9 00:18:23 1998 @@ -65,7 +65,11 @@ * if you don't have <nl_types.h>, you don't want * to define this. @@ -15,3 +15,21 @@ $NetBSD: patch-af,v 1.4 1998/08/07 11:13:57 agc Exp $ /* * LOGINFIRST Source ~/.login before ~/.cshrc +@@ -104,7 +108,7 @@ + * on the name of the tty, and environment. + * Does not make sense in the modern window systems! + */ +-#define AUTOLOGOUT ++#undef AUTOLOGOUT + + /* + * SUSPENDED Newer shells say 'Suspended' instead of 'Stopped'. +@@ -141,7 +145,7 @@ + * successful, set $REMOTEHOST to the name or address of the + * host + */ +-#define REMOTEHOST ++#undef REMOTEHOST + + /* + * RCSID This defines if we want rcs strings in the binary or not |