diff options
author | tv <tv> | 1998-09-09 00:17:24 +0000 |
---|---|---|
committer | tv <tv> | 1998-09-09 00:17:24 +0000 |
commit | e85066cdffaf67b541e74a86348f577332e0bba2 (patch) | |
tree | 572df9a9f152b38b781d678795da2bc1b771c197 /shells/tcsh/patches | |
parent | fa7ed4f1dee9ea9c19ef7dd3b953e8e44bb09da5 (diff) | |
download | pkgsrc-e85066cdffaf67b541e74a86348f577332e0bba2.tar.gz |
Re-enable REMOTEHOST. Though "autologout" can be set via a `set' command,
you lose functionality by disabling REMOTEHOST at compile time.
Diffstat (limited to 'shells/tcsh/patches')
-rw-r--r-- | shells/tcsh/patches/patch-af | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/shells/tcsh/patches/patch-af b/shells/tcsh/patches/patch-af index fe97a1a34a5..3f93573eb2d 100644 --- a/shells/tcsh/patches/patch-af +++ b/shells/tcsh/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.5 1998/09/08 22:34:53 tron Exp $ +$NetBSD: patch-af,v 1.6 1998/09/09 00:17:24 tv Exp $ --- config_f.h.orig Fri Apr 26 21:17:30 1996 +++ config_f.h Wed Sep 9 00:18:23 1998 @@ -24,12 +24,3 @@ $NetBSD: patch-af,v 1.5 1998/09/08 22:34:53 tron Exp $ /* * 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 |