aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>1999-08-27 10:59:40 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>1999-08-27 10:59:40 +0000
commit8ce51e77e2f89b99f5355cf1c035863f7edc7c71 (patch)
tree51a5f55d57dbee6d7be2977c90e3631ecfef4951
parent19d654ce6b472727b1f88fa77f7508f179d0fb69 (diff)
downloadsrc-8ce51e77e2f89b99f5355cf1c035863f7edc7c71.tar.gz
src-8ce51e77e2f89b99f5355cf1c035863f7edc7c71.zip
Small whitespace change to fix run-over lines introduced in the previous
commit. Reported by: bde
Notes
Notes: svn path=/head/; revision=50454
-rw-r--r--etc/rc.d/serial6
-rw-r--r--etc/rc.serial6
2 files changed, 6 insertions, 6 deletions
diff --git a/etc/rc.d/serial b/etc/rc.d/serial
index 4b508a74352b..cc69e9158f28 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
}
diff --git a/etc/rc.serial b/etc/rc.serial
index 4b508a74352b..cc69e9158f28 100644
--- a/etc/rc.serial
+++ b/etc/rc.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
}