summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/serial
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/serial')
-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 4b508a7..cc69e91 100644
--- a/etc/rc.d/serial
+++ b/etc/rc.d/serial
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc.serial,v 1.11 1998/03/13 22:03:03 danny Exp $
+# $Id: rc.serial,v 1.12 1999/08/25 16:01:37 sheldonh Exp $
# Change some defaults for serial devices.
# Standard defaults are:
@@ -21,9 +21,9 @@ default() {
for i in $*
do
comcontrol /dev/tty${ci}${i} dtrwait 300 drainwait 0
- stty < /dev/ttyi${ci}${i} -clocal crtscts hupcl 9600 reprint ^R
+ 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
+ stty < /dev/cuai${co}${i} -clocal crtscts hupcl 9600 reprint ^R
stty < /dev/cual${co}${i} -clocal -crtscts -hupcl 0
done
}
OpenPOWER on IntegriCloud