summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-03-28 23:43:53 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-03-28 23:43:53 +0000
commit2a42d28a0b12a4c1e40985bf95a53d4ca6a2896a (patch)
treeacd88e1307743bc0eaa153d4772fc4c3e1f3204b /distrib
parent1ca78948e67714dab5ea9e91deec730f17740b9d (diff)
make erase ^H as that is more convenient on an hp300 hil keyboard.
Diffstat (limited to 'distrib')
-rw-r--r--distrib/hp300/ramdisk/dot.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/hp300/ramdisk/dot.profile b/distrib/hp300/ramdisk/dot.profile
index f7220081a60..b1aeedb68a6 100644
--- a/distrib/hp300/ramdisk/dot.profile
+++ b/distrib/hp300/ramdisk/dot.profile
@@ -1,5 +1,5 @@
#
-# $OpenBSD: dot.profile,v 1.5 1997/10/20 22:24:06 millert Exp $
+# $OpenBSD: dot.profile,v 1.6 1998/03/28 23:43:52 millert Exp $
# $NetBSD: dot.profile,v 1.1 1995/07/18 04:13:09 briggs Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
@@ -47,8 +47,8 @@ if [ "X${DONEPROFILE}" = "X" ]; then
export DONEPROFILE
# set up some sane defaults
- echo 'erase ^?, werase ^W, kill ^U, intr ^C'
- stty newcrt werase ^W intr ^C kill ^U erase ^? 9600
+ echo 'erase ^H, werase ^W, kill ^U, intr ^C'
+ stty newcrt werase ^W intr ^C kill ^U erase ^H 9600
echo ''
echo 'Remounting /dev/rd0a as root...'