summaryrefslogtreecommitdiffstats
path: root/etc/rc.serial
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-04-23 08:26:50 +0000
committersobomax <sobomax@FreeBSD.org>2002-04-23 08:26:50 +0000
commite42e586ab2472f8243ec162166258ea136f30ce7 (patch)
tree721c09617bf0a8d021ee1c1a55418b19fd1d75a3 /etc/rc.serial
parentfb16fb2f87bb52d8ed95108ddac6934bfc1e3c14 (diff)
downloadFreeBSD-src-e42e586ab2472f8243ec162166258ea136f30ce7.zip
FreeBSD-src-e42e586ab2472f8243ec162166258ea136f30ce7.tar.gz
Correct default value of drainwait: it should be 300 seconds, not forever.
PR: 37370 Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> MFC after: 2 weeks
Diffstat (limited to 'etc/rc.serial')
-rw-r--r--etc/rc.serial2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.serial b/etc/rc.serial
index 2599d31..13edd2a 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
OpenPOWER on IntegriCloud