summaryrefslogtreecommitdiff
path: root/distrib/vax
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-04-05 03:13:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-04-05 03:13:19 +0000
commitd67d8367224fb7f0c7edc8791fd4b88210bb8aa1 (patch)
tree90963b9008f907cb931da56855a8a41a264e49e3 /distrib/vax
parentb505980bea9b094238633e541fa2da557878e795 (diff)
the delete key is ^? not ^H
Diffstat (limited to 'distrib/vax')
-rw-r--r--distrib/vax/inst/dot.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/vax/inst/dot.profile b/distrib/vax/inst/dot.profile
index d7b79617546..ba5d60e0aee 100644
--- a/distrib/vax/inst/dot.profile
+++ b/distrib/vax/inst/dot.profile
@@ -2,8 +2,8 @@ PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ export PATH
TERM=vt100 export TERM
# set up some sane defaults
-echo 'erase ^?, werase ^H, kill ^U, intr ^C, status ^T'
-stty newcrt werase ^H intr ^C kill ^U erase ^? status ^T
+echo 'erase ^?, werase ^?, kill ^U, intr ^C, status ^T'
+stty newcrt werase ^? intr ^C kill ^U erase ^? status ^T 9600
echo
echo "Now when OpenBSD is booted you're on your own."
echo "Remember to write bootblocks and to make devices"