diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-05 03:13:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-05 03:13:19 +0000 |
commit | d67d8367224fb7f0c7edc8791fd4b88210bb8aa1 (patch) | |
tree | 90963b9008f907cb931da56855a8a41a264e49e3 /distrib/hp300/ramdisk | |
parent | b505980bea9b094238633e541fa2da557878e795 (diff) |
the delete key is ^? not ^H
Diffstat (limited to 'distrib/hp300/ramdisk')
-rw-r--r-- | distrib/hp300/ramdisk/dot.profile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/hp300/ramdisk/dot.profile b/distrib/hp300/ramdisk/dot.profile index c2f0f09b425..b2a58a91a5f 100644 --- a/distrib/hp300/ramdisk/dot.profile +++ b/distrib/hp300/ramdisk/dot.profile @@ -1,5 +1,5 @@ # -# $OpenBSD: dot.profile,v 1.12 2002/04/01 01:31:39 deraadt Exp $ +# $OpenBSD: dot.profile,v 1.13 2002/04/05 03:13:18 deraadt Exp $ # $NetBSD: dot.profile,v 1.1 1995/07/18 04:13:09 briggs Exp $ # # Copyright (c) 1994 Christopher G. Demetriou @@ -41,8 +41,8 @@ if [ "X${DONEPROFILE}" = "X" ]; then export DONEPROFILE # set up some sane defaults - echo 'erase ^H, werase ^W, kill ^U, intr ^C, status ^T' - stty newcrt werase ^W intr ^C kill ^U erase ^H status ^T 9600 + echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T' + stty newcrt werase ^W intr ^C kill ^U erase ^? status ^T 9600 echo '' echo 'Remounting /dev/rd0a as root...' |