diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-23 08:26:50 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-23 08:26:50 +0000 |
| commit | c1deb99469b371e622f1fd021a6919b0cc4605e4 (patch) | |
| tree | 721c09617bf0a8d021ee1c1a55418b19fd1d75a3 /etc | |
| parent | aca29625a89a2df153ba002505379abe8e408cf2 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/rc.d/serial | 2 | ||||
| -rw-r--r-- | etc/rc.serial | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/serial b/etc/rc.d/serial index 2599d3165c37..13edd2a57b72 100644 --- a/etc/rc.d/serial +++ b/etc/rc.d/serial @@ -46,7 +46,7 @@ default() { for i in $* do - comcontrol /dev/tty${ci}${i} dtrwait 300 drainwait 0 + comcontrol /dev/tty${ci}${i} dtrwait 300 drainwait 300 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 diff --git a/etc/rc.serial b/etc/rc.serial index 2599d3165c37..13edd2a57b72 100644 --- a/etc/rc.serial +++ b/etc/rc.serial @@ -46,7 +46,7 @@ default() { for i in $* do - comcontrol /dev/tty${ci}${i} dtrwait 300 drainwait 0 + comcontrol /dev/tty${ci}${i} dtrwait 300 drainwait 300 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 |
