1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

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

commit.

Reported by:	bde
This commit is contained in:
Sheldon Hearn 1999-08-27 10:59:40 +00:00
parent 19d654ce6b
commit 8ce51e77e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50454
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
}