freebsd-dev/etc/root/dot.login
Jordan K. Hubbard 7d686f6cd2 Since we're using syscons now, make ^H the backspace character by
default (ack ack, evil evil, but easier than changing syscons at this
late hour).
1994-06-15 22:58:49 +00:00

7 lines
136 B
Plaintext

# $Id: dot.login,v 1.4 1994/02/21 20:36:02 rgrimes Exp $
#
tset -Q \?$TERM
stty crt erase ^h
umask 2
echo "Don't login as root, use su"