diff options
Diffstat (limited to 'distrib/amiga/miniroot')
-rw-r--r-- | distrib/amiga/miniroot/dot.profile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/amiga/miniroot/dot.profile b/distrib/amiga/miniroot/dot.profile index 9f9b406dee8..604dec783b3 100644 --- a/distrib/amiga/miniroot/dot.profile +++ b/distrib/amiga/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.5 2000/01/30 01:21:18 deraadt Exp $ +# $OpenBSD: dot.profile,v 1.6 2000/10/25 16:38:11 millert Exp $ # $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $ # # Copyright (c) 1995 Jason R. Thorpe @@ -63,8 +63,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 ^H, werase ^W, kill ^U, intr ^C, status ^T' + stty newcrt werase ^W intr ^C kill ^U erase ^H status ^T 9600 # get the terminal type _forceloop="" |