summaryrefslogtreecommitdiff
path: root/distrib/pc532/floppies
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-10-25 16:38:18 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-10-25 16:38:18 +0000
commitc74ce23fd56cc30516e3db5452f1e4498e1aee68 (patch)
tree2d53aeae7ee3c93913b97fe7d9d27c1e6a5f1832 /distrib/pc532/floppies
parent5f145a6bbc7472bf2089c773d2f1080a21b99dc6 (diff)
In stty line enable ^T (status) as well.
Diffstat (limited to 'distrib/pc532/floppies')
-rw-r--r--distrib/pc532/floppies/inst/dot.profile6
-rw-r--r--distrib/pc532/floppies/upgr/dot.profile6
2 files changed, 6 insertions, 6 deletions
diff --git a/distrib/pc532/floppies/inst/dot.profile b/distrib/pc532/floppies/inst/dot.profile
index 791a0f733f2..257731800d3 100644
--- a/distrib/pc532/floppies/inst/dot.profile
+++ b/distrib/pc532/floppies/inst/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.4 2000/03/01 22:10:06 todd Exp $
+# $OpenBSD: dot.profile,v 1.5 2000/10/25 16:38:13 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 ^?, werase ^W, kill ^U, intr ^C'
- stty werase ^W intr ^C kill ^U erase ^?
+ echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T'
+ stty werase ^W intr ^C kill ^U erase ^? status ^T
echo ''
# run update, so that installed software is written as it goes.
diff --git a/distrib/pc532/floppies/upgr/dot.profile b/distrib/pc532/floppies/upgr/dot.profile
index 20ce085b52d..c3bcc9e2c8a 100644
--- a/distrib/pc532/floppies/upgr/dot.profile
+++ b/distrib/pc532/floppies/upgr/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.4 2000/03/01 22:10:08 todd Exp $
+# $OpenBSD: dot.profile,v 1.5 2000/10/25 16:38:13 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 ^?, 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.