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/floppies/upgr/dot.profile | |
parent | 5f145a6bbc7472bf2089c773d2f1080a21b99dc6 (diff) |
In stty line enable ^T (status) as well.
Diffstat (limited to 'distrib/arm32/floppies/upgr/dot.profile')
-rw-r--r-- | distrib/arm32/floppies/upgr/dot.profile | 4 |
1 files changed, 2 insertions, 2 deletions
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. |