summaryrefslogtreecommitdiff
path: root/etc/rc.d
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-04-09 09:54:51 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-04-09 09:54:51 +0000
commit1f55ebbcd99105faabcea148be4173bc680b74fa (patch)
tree7305d9a7da909638aec9d0783f7f38a0353302c2 /etc/rc.d
parenta3e026396cdbc43139d0f40a0382575c22b09812 (diff)
Notes
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/serial5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/rc.d/serial b/etc/rc.d/serial
index 12bb5145ab09..f9671e2e9cbe 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 drainwait 0
+# dtrwait 300 drainwait 0
# initial cflag from <sys/ttydefaults.h> = cread cs8 hupcl
# initial iflag, lflag and oflag all 0
# speed 9600
@@ -41,7 +41,8 @@ modem() {
# Modem that supports CTS and perhaps RTS handshaking.
for i in $*
do
- comcontrol /dev/ttyd$i dtrwait 100 drainwait 180 # may depend on modem
+ # may depend on modem
+ comcontrol /dev/ttyd$i dtrwait 100 drainwait 180
# Lock crtscts on.
# Speed reasonable for V42bis.
stty </dev/ttyid$i crtscts 57600