diff options
author | 2002-09-13 21:38:47 +0000 | |
---|---|---|
committer | 2002-09-13 21:38:47 +0000 | |
commit | bd9b0e00b3f2f9abdffbed6cd0c27ac68dbbd06c (patch) | |
tree | 06ba3c5a86fa97ad99c8f1f7c5116d00b5ab2d4d | |
parent | remove use of SO_LINGER, it should not be needed. error check (diff) | |
download | wireguard-openbsd-bd9b0e00b3f2f9abdffbed6cd0c27ac68dbbd06c.tar.xz wireguard-openbsd-bd9b0e00b3f2f9abdffbed6cd0c27ac68dbbd06c.zip |
do not stty 9600
-rw-r--r-- | distrib/miniroot/dot.profile | 4 |
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="" |