summaryrefslogtreecommitdiff
path: root/distrib/amiga
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/amiga
parentb505980bea9b094238633e541fa2da557878e795 (diff)
the delete key is ^? not ^H
Diffstat (limited to 'distrib/amiga')
-rw-r--r--distrib/amiga/miniroot/dot.profile6
-rw-r--r--distrib/amiga/ramdisk/dot.profile6
2 files changed, 6 insertions, 6 deletions
diff --git a/distrib/amiga/miniroot/dot.profile b/distrib/amiga/miniroot/dot.profile
index 3cfe5e29938..87a3baa7d0b 100644
--- a/distrib/amiga/miniroot/dot.profile
+++ b/distrib/amiga/miniroot/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.11 2002/04/01 01:31:39 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.12 2002/04/05 03:13:18 deraadt Exp $
# $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $
#
# Copyright (c) 1995 Jason R. Thorpe
@@ -50,8 +50,8 @@ if [ "X${DONEPROFILE}" = "X" ]; then
mount -u /dev/rd0a /
# 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
# get the terminal type
_forceloop=""
diff --git a/distrib/amiga/ramdisk/dot.profile b/distrib/amiga/ramdisk/dot.profile
index bf4419e7066..484e9d20323 100644
--- a/distrib/amiga/ramdisk/dot.profile
+++ b/distrib/amiga/ramdisk/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.10 2002/04/01 01:31:39 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.11 2002/04/05 03:13:18 deraadt Exp $
# $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $
#
# Copyright (c) 1995 Jason R. Thorpe
@@ -48,8 +48,8 @@ if [ "X${DONEPROFILE}" = "X" ]; then
mount -u /dev/rd0a /
# 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
# get the terminal type
_forceloop=""