Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Sep 1999 23:00:18 +0200 (CEST)
From:      Michael Reifenberger <root@nihil.plaut.de>
To:        Doug <Doug@gorean.org>
Cc:        FreeBSD-Hackers <hackers@freebsd.org>
Subject:   Re: /etc sh script cleanup ready for testing
Message-ID:  <Pine.BSF.4.10.9909062240520.928-100000@nihil.plaut.de>
In-Reply-To: <37D3603A.A6162EE5@gorean.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,
On Sun, 5 Sep 1999, Doug wrote:
...
> can find the files at http://gorean.org/rcfiles/
looks good so far.
I'm missing rc.serial in rcfiles.
While you are at it, could you please change rc.serial to be consistent with the
other rc* files?
rc.serial should only implement the functions and import all variable data from
rc.conf...
ala:
...
serial_1_devices="d a 0"
serial_1_type="modem"
serial_1_speed="57600"
serial_1_flags="NO"
serial_2_devices="d a 1 2 3"
serial_2_type="custom"
serial_2_speed="57600"
serial_2_flags="-hupcl"   #or *comcontrol_flags + *stty_flags
...

BTW: please make the rc* files be self contained (where it makes sense) so that
they can be called outside of rc. Each file should include rc.conf for itself 
so that one could reinit the serial lines by `sh /etc/rc.serial` or fire up
isdn after reconfiguration with `sh /etc/rc.isdn`...

Thanks.

Bye!
----
Michael Reifenberger
Plaut Software GmbH, R/3 Basis



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9909062240520.928-100000>