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).
This commit is contained in:
Jordan K. Hubbard 1994-06-15 22:58:49 +00:00
parent 699e1b82fb
commit 7d686f6cd2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1742
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1,8 +1,8 @@
# $Id$
# $Id: dot.profile,v 1.4 1994/02/21 20:36:03 rgrimes Exp $
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:.
echo 'erase ^?, kill ^U, intr ^C'
stty crt erase  kill  intr 
echo 'erase ^h, kill ^U, intr ^C'
stty crt erase  kill  intr 
export PATH
HOME=/root
export HOME