diff options
author | kim <kim@pkgsrc.org> | 1998-09-13 19:12:05 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1998-09-13 19:12:05 +0000 |
commit | 7b551dedb11231c705d28066c787734ef395c989 (patch) | |
tree | 2cb28c69789af872bd0984cf430a584197ddd96a /shells | |
parent | 2bf4c9d999d0a83de4c006211f8ca4bf680b4582 (diff) | |
download | pkgsrc-7b551dedb11231c705d28066c787734ef395c989.tar.gz |
Revert turning off AUTOLOGOUT. It is not good to change known behaviour
when it does not break anything or cause security problems (i.e. if it is
only a personal preference), especially when the change is configurable
during run-time. It will just confuse people who run the program on
multiple platforms.
Diffstat (limited to 'shells')
-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 3f93573eb2d..0dc6d7fc565 100644 --- a/shells/tcsh/patches/patch-af +++ b/shells/tcsh/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.6 1998/09/09 00:17:24 tv Exp $ +$NetBSD: patch-af,v 1.7 1998/09/13 19:12:05 kim Exp $ --- config_f.h.orig Fri Apr 26 21:17:30 1996 +++ config_f.h Wed Sep 9 00:18:23 1998 @@ -15,12 +15,3 @@ $NetBSD: patch-af,v 1.6 1998/09/09 00:17:24 tv 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'. |