diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-10-25 16:38:18 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-10-25 16:38:18 +0000 |
commit | c74ce23fd56cc30516e3db5452f1e4498e1aee68 (patch) | |
tree | 2d53aeae7ee3c93913b97fe7d9d27c1e6a5f1832 /distrib/arm32 | |
parent | 5f145a6bbc7472bf2089c773d2f1080a21b99dc6 (diff) |
In stty line enable ^T (status) as well.
Diffstat (limited to 'distrib/arm32')
-rw-r--r-- | distrib/arm32/floppies/inst/dot.profile | 6 | ||||
-rw-r--r-- | distrib/arm32/floppies/upgr/dot.profile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/distrib/arm32/floppies/inst/dot.profile b/distrib/arm32/floppies/inst/dot.profile index 5c04f784947..97ab4dcbc6e 100644 --- a/distrib/arm32/floppies/inst/dot.profile +++ b/distrib/arm32/floppies/inst/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.3 2000/03/01 22:09:58 todd Exp $ +# $OpenBSD: dot.profile,v 1.4 2000/10/25 16:38:15 millert Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -41,8 +41,8 @@ if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES # 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 echo '' # run update, so that installed software is written as it goes. diff --git a/distrib/arm32/floppies/upgr/dot.profile b/distrib/arm32/floppies/upgr/dot.profile index 61f7e7fd429..1ad0245eb47 100644 --- a/distrib/arm32/floppies/upgr/dot.profile +++ b/distrib/arm32/floppies/upgr/dot.profile @@ -42,8 +42,8 @@ if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES # 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 echo '' # run update, so that installed software is written as it goes. |