diff options
author | sheldonh <sheldonh@FreeBSD.org> | 1999-08-27 10:59:40 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 1999-08-27 10:59:40 +0000 |
commit | c8598bea3457510068816e9e7676b0c7c68c06e4 (patch) | |
tree | 08b8dc56a374f275b8cd23eac2eb6b30794689b3 /etc | |
parent | b1e989f6107ac076a56b3ba0bd1793280be405b4 (diff) | |
download | FreeBSD-src-c8598bea3457510068816e9e7676b0c7c68c06e4.zip FreeBSD-src-c8598bea3457510068816e9e7676b0c7c68c06e4.tar.gz |
Small whitespace change to fix run-over lines introduced in the previous
commit.
Reported by: bde
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.d/serial | 6 | ||||
-rw-r--r-- | etc/rc.serial | 6 |
2 files changed, 6 insertions, 6 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 } diff --git a/etc/rc.serial b/etc/rc.serial index 4b508a7..cc69e91 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 } |