summaryrefslogtreecommitdiff
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
parentb505980bea9b094238633e541fa2da557878e795 (diff)
the delete key is ^? not ^H
-rw-r--r--distrib/amiga/miniroot/dot.profile6
-rw-r--r--distrib/amiga/ramdisk/dot.profile6
-rw-r--r--distrib/hp300/ramdisk/dot.profile6
-rw-r--r--distrib/mac68k/ramdisk/dot.profile6
-rw-r--r--distrib/mvme88k/miniroot/dot.profile6
-rw-r--r--distrib/mvme88k/ramdisk/dot.profile6
-rw-r--r--distrib/vax/inst/dot.profile4
7 files changed, 20 insertions, 20 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=""
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...'
diff --git a/distrib/mac68k/ramdisk/dot.profile b/distrib/mac68k/ramdisk/dot.profile
index e1cda6fc443..65706c05759 100644
--- a/distrib/mac68k/ramdisk/dot.profile
+++ b/distrib/mac68k/ramdisk/dot.profile
@@ -1,5 +1,5 @@
#
-# $OpenBSD: dot.profile,v 1.6 2002/04/01 01:31:39 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.7 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...'
diff --git a/distrib/mvme88k/miniroot/dot.profile b/distrib/mvme88k/miniroot/dot.profile
index c5f50ea13a1..310a930a333 100644
--- a/distrib/mvme88k/miniroot/dot.profile
+++ b/distrib/mvme88k/miniroot/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.8 2002/04/01 01:31:39 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.9 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
@@ -49,8 +49,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
# get the terminal type
_forceloop=""
diff --git a/distrib/mvme88k/ramdisk/dot.profile b/distrib/mvme88k/ramdisk/dot.profile
index 16c9394aeb9..7e8ebbcf4c7 100644
--- a/distrib/mvme88k/ramdisk/dot.profile
+++ b/distrib/mvme88k/ramdisk/dot.profile
@@ -1,5 +1,5 @@
#
-# $OpenBSD: dot.profile,v 1.4 2001/06/23 19:44:49 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.5 2002/04/05 03:13:18 deraadt Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -39,8 +39,8 @@ umask 022
set -o emacs # emacs-style command line editing
# 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 9600
+echo 'erase ^?, werase ^?, kill ^U, intr ^C, status ^T'
+stty newcrt werase ^? intr ^C kill ^U erase ^? status ^T 9600
echo ''
# pull in the function definitions that people will use from the shell prompt.
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"