diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-15 05:34:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-15 05:34:21 +0000 |
commit | 1a9072f969ddef849bb04659d4a70c45eb4d1fcb (patch) | |
tree | ba1a6b8c8b6476935e9fdabc2642125f32296632 /distrib/sparc/miniroot | |
parent | 96e18a8aab19a2b225132e84aaf6252c197fb500 (diff) |
^H my ... ass
Diffstat (limited to 'distrib/sparc/miniroot')
-rw-r--r-- | distrib/sparc/miniroot/dot.profile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/sparc/miniroot/dot.profile b/distrib/sparc/miniroot/dot.profile index 4953fd5102f..2ab4efaec97 100644 --- a/distrib/sparc/miniroot/dot.profile +++ b/distrib/sparc/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.7 1997/05/13 14:49:56 grr Exp $ +# $OpenBSD: dot.profile,v 1.8 1997/05/15 05:34:18 deraadt Exp $ # $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $ # # Copyright (c) 1995 Jason R. Thorpe @@ -60,8 +60,8 @@ if [ "X${DONEPROFILE}" = "X" ]; then mount_ffs -o update /kern/rootdev / # set up some sane defaults - echo 'erase ^H, werase ^W, kill ^U, intr ^C' - stty newcrt werase ^W intr ^C kill ^U erase ^H 9600 + echo 'erase ^?, werase ^W, kill ^U, intr ^C' + stty newcrt werase ^W intr ^C kill ^U erase ^? 9600 # get the terminal type _forceloop="" |