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/arc | |
parent | 5f145a6bbc7472bf2089c773d2f1080a21b99dc6 (diff) |
In stty line enable ^T (status) as well.
Diffstat (limited to 'distrib/arc')
-rw-r--r-- | distrib/arc/floppies/inst/dot.profile | 6 | ||||
-rw-r--r-- | distrib/arc/floppies/upgr/dot.profile | 6 | ||||
-rw-r--r-- | distrib/arc/ramdisk/dot.profile | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/distrib/arc/floppies/inst/dot.profile b/distrib/arc/floppies/inst/dot.profile index 13ae9b558f4..a6815de67a9 100644 --- a/distrib/arc/floppies/inst/dot.profile +++ b/distrib/arc/floppies/inst/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.4 2000/03/01 22:09:57 todd Exp $ +# $OpenBSD: dot.profile,v 1.5 2000/10/25 16:38:15 millert Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -42,8 +42,8 @@ if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES # set up some sane defaults - echo 'erase ^?, werase ^W, kill ^U, intr ^C' - stty newcrt werase ^W intr ^C kill ^U erase ^? 9600 + echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T' + stty newcrt werase ^W intr ^C kill ^U erase ^? status ^T 9600 echo '' # run update, so that installed software is written as it goes. diff --git a/distrib/arc/floppies/upgr/dot.profile b/distrib/arc/floppies/upgr/dot.profile index 4a233363785..6a38276d010 100644 --- a/distrib/arc/floppies/upgr/dot.profile +++ b/distrib/arc/floppies/upgr/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.4 2000/03/01 22:09:57 todd Exp $ +# $OpenBSD: dot.profile,v 1.5 2000/10/25 16:38:15 millert Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -42,8 +42,8 @@ if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES # set up some sane defaults - echo 'erase ^?, werase ^W, kill ^U, intr ^C' - stty newcrt werase ^W intr ^C kill ^U erase ^? 9600 + echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T' + stty newcrt werase ^W intr ^C kill ^U erase ^? status ^T 9600 echo '' # run update, so that installed software is written as it goes. diff --git a/distrib/arc/ramdisk/dot.profile b/distrib/arc/ramdisk/dot.profile index 051cc6b4cca..939a106d9fa 100644 --- a/distrib/arc/ramdisk/dot.profile +++ b/distrib/arc/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.4 2000/01/30 01:21:19 deraadt Exp $ +# $OpenBSD: dot.profile,v 1.5 2000/10/25 16:38:16 millert Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -42,8 +42,8 @@ if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES # set up some sane defaults - echo 'erase ^?, werase ^W, kill ^U, intr ^C' - stty newcrt werase ^W intr ^C kill ^U erase ^? 9600 + echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T' + stty newcrt werase ^W intr ^C kill ^U erase ^? status ^T 9600 echo '' mount /dev/rd0a / |