summaryrefslogtreecommitdiff
path: root/distrib/i386/floppies/common/dot.profile
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/i386/floppies/common/dot.profile')
-rw-r--r--distrib/i386/floppies/common/dot.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/i386/floppies/common/dot.profile b/distrib/i386/floppies/common/dot.profile
index b0b0266dd34..7a401329398 100644
--- a/distrib/i386/floppies/common/dot.profile
+++ b/distrib/i386/floppies/common/dot.profile
@@ -1,4 +1,4 @@
-# $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:12 millert Exp $
# $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $
#
# Copyright (c) 1995 Jason R. Thorpe
@@ -56,8 +56,8 @@ if [ "X${DONEPROFILE}" = "X" ]; then
mount_ffs -o update /dev/rd0a /
# 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
# Installing or upgrading?
_forceloop=""