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/mac68k | |
parent | 5f145a6bbc7472bf2089c773d2f1080a21b99dc6 (diff) |
In stty line enable ^T (status) as well.
Diffstat (limited to 'distrib/mac68k')
-rw-r--r-- | distrib/mac68k/ramdisk/dot.profile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/mac68k/ramdisk/dot.profile b/distrib/mac68k/ramdisk/dot.profile index edab33efb6b..e35c71edf88 100644 --- a/distrib/mac68k/ramdisk/dot.profile +++ b/distrib/mac68k/ramdisk/dot.profile @@ -1,5 +1,5 @@ # -# $OpenBSD: dot.profile,v 1.2 2000/01/30 01:21:20 deraadt Exp $ +# $OpenBSD: dot.profile,v 1.3 2000/10/25 16:38:13 millert Exp $ # $NetBSD: dot.profile,v 1.1 1995/07/18 04:13:09 briggs Exp $ # # Copyright (c) 1994 Christopher G. Demetriou @@ -48,8 +48,8 @@ if [ "X${DONEPROFILE}" = "X" ]; then export DONEPROFILE # 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 '' echo 'Remounting /dev/rd0a as root...' |