Subject: tset/.login problem with 1.5.2
To: None <port-pmax@netbsd.org>
From: Daniel Senderowicz <daniel@bicho.SynchroDS.COM>
List: port-pmax
Date: 10/12/2001 15:52:40
Hi folks,

I'm having problems with either reading the .login or the tset
command inside there. The .login file is:

set noglob
eval `tset -r -s -e^? -k^U -m 'dialup:?vt100' $TERM`
unset noglob
if ($TERM == vt52) then
	stty -tabs -nohang
endif
umask 022
biff n

The problem is that instead of setting the erase character to ^?
it sets it to backspace, apparently not running tset or the system
not reading the .login file. This problem doesn't happen with
1.4.1/2 using the same configuration, any suggestions? Thanks,

Dan