Module Name:    src
Committed By:   mlelstv
Date:           Tue Mar  8 09:51:15 UTC 2016

Modified Files:
        src/etc/root: dot.login dot.profile
        src/etc/skel: dot.login

Log Message:
tset was useful for fixed terminals and rarely changing configurations.
But for current software terminal emulators and varying network
logins it's just confusing.

No longer run tset when logging in.

ok @martin


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/etc/root/dot.login
cvs rdiff -u -r1.27 -r1.28 src/etc/root/dot.profile
cvs rdiff -u -r1.3 -r1.4 src/etc/skel/dot.login

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/root/dot.login
diff -u src/etc/root/dot.login:1.9 src/etc/root/dot.login:1.10
--- src/etc/root/dot.login:1.9	Fri May 15 23:57:50 2009
+++ src/etc/root/dot.login	Tue Mar  8 09:51:15 2016
@@ -1,6 +1,4 @@
-#	$NetBSD: dot.login,v 1.9 2009/05/15 23:57:50 ad Exp $
-
-eval `tset -sQrm 'unknown:?unknown'`
+#	$NetBSD: dot.login,v 1.10 2016/03/08 09:51:15 mlelstv Exp $
 
 # Do not display in 'su -' case
 if ( ! $?SU_FROM ) then

Index: src/etc/root/dot.profile
diff -u src/etc/root/dot.profile:1.27 src/etc/root/dot.profile:1.28
--- src/etc/root/dot.profile:1.27	Sun Nov 30 23:43:30 2014
+++ src/etc/root/dot.profile	Tue Mar  8 09:51:15 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: dot.profile,v 1.27 2014/11/30 23:43:30 riz Exp $
+#	$NetBSD: dot.profile,v 1.28 2016/03/08 09:51:15 mlelstv Exp $
 
 export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin
 export PATH=${PATH}:/usr/X11R7/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin
@@ -12,10 +12,6 @@ export BLOCKSIZE=1k
 
 export HOST="$(hostname)"
 
-if [ -x /usr/bin/tset ]; then
-	eval $(tset -sQrm 'unknown:?unknown')
-fi
-
 umask 022
 #ulimit -c 0
 

Index: src/etc/skel/dot.login
diff -u src/etc/skel/dot.login:1.3 src/etc/skel/dot.login:1.4
--- src/etc/skel/dot.login:1.3	Thu Apr 24 01:02:26 2003
+++ src/etc/skel/dot.login	Tue Mar  8 09:51:15 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: dot.login,v 1.3 2003/04/24 01:02:26 perry Exp $
+#	$NetBSD: dot.login,v 1.4 2016/03/08 09:51:15 mlelstv Exp $
 #
 # This is the default .login file.
 # Users are expected to edit it to meet their own needs.
@@ -13,9 +13,6 @@ if ( ! $?SHELL ) then
   setenv SHELL /bin/csh
 endif
 
-set noglob
-eval `tset -s -m 'network:?xterm'`
-unset noglob
 stty status '^T' crt -tostop
 
 if ( -x /usr/games/fortune ) /usr/games/fortune

Reply via email to