Small whitespace change to fix run-over lines introduced in the previous

commit.

Reported by:	bde
This commit is contained in:
sheldonh 1999-08-27 10:59:40 +00:00
parent b1e989f610
commit c8598bea34
2 changed files with 6 additions and 6 deletions

View File

@ -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
}

View File

@ -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
}