aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-01-05 00:11:52 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-01-05 00:11:52 +0000
commitb49d97b636b6609c08b32104d7392286b066a915 (patch)
tree9dcdaffba73f9863968d362e50a23bd935c21bb2 /etc/rc.d
parentb0e399e3c44a7791ef48b094c79f2a145cb9ed53 (diff)
downloadsrc-b49d97b636b6609c08b32104d7392286b066a915.tar.gz
src-b49d97b636b6609c08b32104d7392286b066a915.zip
Add drainwait option examples
Notes
Notes: svn path=/head/; revision=5398
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/serial6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.d/serial b/etc/rc.d/serial
index c2d11b5b88d0..12bb5145ab09 100644
--- a/etc/rc.d/serial
+++ b/etc/rc.d/serial
@@ -1,6 +1,6 @@
# Change some defauls for serial devices.
# Standard defaults are:
-# dtrwait 300
+# dtrwait 300 drainwait 0
# initial cflag from <sys/ttydefaults.h> = cread cs8 hupcl
# initial iflag, lflag and oflag all 0
# speed 9600
@@ -13,7 +13,7 @@ default() {
# Reset everything changed by the other functions to initial defaults.
for i in $*
do
- comcontrol /dev/ttyd$i dtrwait 300
+ comcontrol /dev/ttyd$i dtrwait 300 drainwait 0
stty </dev/ttyid$i -clocal crtscts hupcl 9600 reprint ^R
stty </dev/ttyld$i -clocal -crtscts -hupcl 0
stty </dev/cuaia$i -clocal crtscts hupcl 9600 reprint ^R
@@ -41,7 +41,7 @@ modem() {
# Modem that supports CTS and perhaps RTS handshaking.
for i in $*
do
- comcontrol /dev/ttyd$i dtrwait 100 # may depend on modem
+ comcontrol /dev/ttyd$i dtrwait 100 drainwait 180 # may depend on modem
# Lock crtscts on.
# Speed reasonable for V42bis.
stty </dev/ttyid$i crtscts 57600