From owner-freebsd-hackers Mon Sep 6 14: 0:53 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from ns.plaut.de (ns.plaut.de [194.39.177.166]) by hub.freebsd.org (Postfix) with ESMTP id D978414BFF for ; Mon, 6 Sep 1999 14:00:43 -0700 (PDT) (envelope-from root@nihil.plaut.de) Received: from totum.plaut.de (totum.plaut.de [194.39.177.9]) by ns.plaut.de (8.9.3/8.9.3) with ESMTP id XAA23767; Mon, 6 Sep 1999 23:00:42 +0200 (CEST) (envelope-from root@nihil.plaut.de) Received: (from uucp@localhost) by totum.plaut.de (8.9.3/8.9.3) with UUCP id XAA04772; Mon, 6 Sep 1999 23:00:42 +0200 (MET DST) (envelope-from root@nihil.plaut.de) Received: from localhost (root@localhost) by nihil.plaut.de (8.9.3/8.8.8) with ESMTP id XAA01049; Mon, 6 Sep 1999 23:00:18 +0200 (CEST) (envelope-from root@nihil.plaut.de) Date: Mon, 6 Sep 1999 23:00:18 +0200 (CEST) From: Michael Reifenberger To: Doug Cc: FreeBSD-Hackers Subject: Re: /etc sh script cleanup ready for testing In-Reply-To: <37D3603A.A6162EE5@gorean.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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