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
This commit is contained in:
mlelstv 2016-03-08 09:51:15 +00:00
parent 1c9e147d7d
commit 9da4c9a5be
3 changed files with 3 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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