diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-08-27 10:59:40 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-08-27 10:59:40 +0000 |
| commit | 8ce51e77e2f89b99f5355cf1c035863f7edc7c71 (patch) | |
| tree | 51a5f55d57dbee6d7be2977c90e3631ecfef4951 /etc/rc.d/serial | |
| parent | 19d654ce6b472727b1f88fa77f7508f179d0fb69 (diff) | |
Notes
Diffstat (limited to 'etc/rc.d/serial')
| -rw-r--r-- | etc/rc.d/serial | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.d/serial b/etc/rc.d/serial index 4b508a74352b..cc69e9158f28 100644 --- a/etc/rc.d/serial +++ b/etc/rc.d/serial @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.serial,v 1.11 1998/03/13 22:03:03 danny Exp $ +# $Id: rc.serial,v 1.12 1999/08/25 16:01:37 sheldonh Exp $ # Change some defaults for serial devices. # Standard defaults are: @@ -21,9 +21,9 @@ default() { for i in $* do comcontrol /dev/tty${ci}${i} dtrwait 300 drainwait 0 - stty < /dev/ttyi${ci}${i} -clocal crtscts hupcl 9600 reprint ^R + stty < /dev/ttyi${ci}${i} -clocal crtscts hupcl 9600 reprint ^R stty < /dev/ttyl${ci}${i} -clocal -crtscts -hupcl 0 - stty < /dev/cuai${co}${i} -clocal crtscts hupcl 9600 reprint ^R + stty < /dev/cuai${co}${i} -clocal crtscts hupcl 9600 reprint ^R stty < /dev/cual${co}${i} -clocal -crtscts -hupcl 0 done } |
