summaryrefslogtreecommitdiff
path: root/distrib/miniroot
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-13 21:38:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-13 21:38:48 +0000
commite6a08c4d3484d46bf3f338b3827f56b556317f88 (patch)
treeb46a7a3f6666c6334dae2e54ba3fae9f60e4e95b /distrib/miniroot
parent9ca41423a0ace5bb744f979e8c86e4f7f2b610ee (diff)
do not stty 9600
Diffstat (limited to 'distrib/miniroot')
-rw-r--r--distrib/miniroot/dot.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/dot.profile b/distrib/miniroot/dot.profile
index 96eda49291c..00ba3d74df5 100644
--- a/distrib/miniroot/dot.profile
+++ b/distrib/miniroot/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.3 2002/08/29 01:53:37 krw Exp $
+# $OpenBSD: dot.profile,v 1.4 2002/09/13 21:38:47 deraadt Exp $
# $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $
#
# Copyright (c) 1995 Jason R. Thorpe
@@ -50,7 +50,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then
# set up some sane defaults
echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T'
- stty newcrt werase ^W intr ^C kill ^U erase ^? status ^T 9600
+ stty newcrt werase ^W intr ^C kill ^U erase ^? status ^T
# Installing or upgrading?
_forceloop=""