diff options
Diffstat (limited to 'distrib/vax')
-rw-r--r-- | distrib/vax/inst/dot.profile | 4 |
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" |