This is a purely cosmetic clean up. Fix many cut and paste problems that

had turned tabs into spaces.
This commit is contained in:
Rodney W. Grimes 1995-04-09 09:54:51 +00:00
parent a3e026396c
commit 1f55ebbcd9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7708
12 changed files with 74 additions and 72 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: rc.i386,v 1.4 1995/04/04 17:34:55 ache Exp $
# $Id: rc.i386,v 1.5 1995/04/06 02:38:37 jkh Exp $
# Do i386 specific processing
#

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: rc.i386,v 1.4 1995/04/04 17:34:55 ache Exp $
# $Id: rc.i386,v 1.5 1995/04/06 02:38:37 jkh Exp $
# Do i386 specific processing
#

View File

@ -1,4 +1,4 @@
# $Id: hosts,v 1.3 1994/06/04 02:03:45 phk Exp $
# $Id: hosts,v 1.4 1994/06/24 23:50:16 wollman Exp $
#
# Host Database
# This file should contain the addresses and aliases

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: netstart,v 1.24 1995/03/29 03:33:55 rgrimes Exp $
# $Id: netstart,v 1.25 1995/03/30 06:26:08 rgrimes Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# my-name is my symbolic name

2
etc/rc
View File

@ -1,5 +1,5 @@
#!/bin/sh
# $Id: rc,v 1.59 1995/03/30 00:01:08 ache Exp $
# $Id: rc,v 1.60 1995/03/30 06:26:09 rgrimes Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot

View File

@ -41,7 +41,8 @@ modem() {
# Modem that supports CTS and perhaps RTS handshaking.
for i in $*
do
comcontrol /dev/ttyd$i dtrwait 100 drainwait 180 # may depend on modem
# may depend on modem
comcontrol /dev/ttyd$i dtrwait 100 drainwait 180
# Lock crtscts on.
# Speed reasonable for V42bis.
stty </dev/ttyid$i crtscts 57600

View File

@ -41,7 +41,8 @@ modem() {
# Modem that supports CTS and perhaps RTS handshaking.
for i in $*
do
comcontrol /dev/ttyd$i dtrwait 100 drainwait 180 # may depend on modem
# may depend on modem
comcontrol /dev/ttyd$i dtrwait 100 drainwait 180
# Lock crtscts on.
# Speed reasonable for V42bis.
stty </dev/ttyid$i crtscts 57600