summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-09-08 22:34:53 +0000
committertron <tron@pkgsrc.org>1998-09-08 22:34:53 +0000
commitaf8bdfb98b2b07e40e9bbe65a8f9622eb95c151b (patch)
treed90e190d49d1844733d51f5438b05f8ae759aae6 /shells
parentf675ec508f79cf293cd161ef0d15e9403d098cf4 (diff)
downloadpkgsrc-af8bdfb98b2b07e40e9bbe65a8f9622eb95c151b.tar.gz
Disable "AUTOLOGOUT" and "REMOTEHOST".
Diffstat (limited to 'shells')
-rw-r--r--shells/tcsh/patches/patch-af24
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