summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/serial
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-04-09 09:54:51 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-04-09 09:54:51 +0000
commit22293c7df5644d4bffb3bf431b5f5374ca2f7f34 (patch)
tree7305d9a7da909638aec9d0783f7f38a0353302c2 /etc/rc.d/serial
parent6c7aaa6b29e2e0f0854b6dee5edfe103a5e5a67d (diff)
downloadFreeBSD-src-22293c7df5644d4bffb3bf431b5f5374ca2f7f34.zip
FreeBSD-src-22293c7df5644d4bffb3bf431b5f5374ca2f7f34.tar.gz
This is a purely cosmetic clean up. Fix many cut and paste problems that
had turned tabs into spaces.
Diffstat (limited to 'etc/rc.d/serial')
-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 12bb514..f9671e2 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
OpenPOWER on IntegriCloud