From owner-freebsd-arch@FreeBSD.ORG Mon Apr 28 19:24:03 2003 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FA7E37B401 for ; Mon, 28 Apr 2003 19:24:03 -0700 (PDT) Received: from bsdone.bsdwins.com (www.bsdwins.com [192.58.184.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72A9043FA3 for ; Mon, 28 Apr 2003 19:24:02 -0700 (PDT) (envelope-from jwd@bsdwins.com) Received: from bsdone.bsdwins.com (localhost [127.0.0.1]) by bsdone.bsdwins.com (8.12.9/8.12.9) with ESMTP id h3T2IoC1067078; Mon, 28 Apr 2003 22:18:50 -0400 (EDT) (envelope-from jwd@www.bsdwins.com) Received: (from jwd@localhost) by bsdone.bsdwins.com (8.12.9/8.12.9/Submit) id h3T2Io6t067077; Mon, 28 Apr 2003 22:18:50 -0400 (EDT) Date: Mon, 28 Apr 2003 22:18:50 -0400 From: John De Boskey To: freebsd-arch@freebsd.org, freebsd-rc@yahoogroups.com Message-ID: <20030429021850.GA67022@BSDWins.Com> References: <6100BCEB85F8E244959C756C04E0EDD1010F7EEA@otcexc01.otc.adaptec.com> <20030428151302.G60570@12-234-22-23.pyvrag.nggov.pbz> <20030428223537.GA68013@dragon.nuxi.com> <20030428233952.GA66229@BSDWins.Com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030428233952.GA66229@BSDWins.Com> User-Agent: Mutt/1.4.1i Subject: /etc/netstart patch update (Was: Re: [FreeBSD-rc] Re: RFC: Removal of the old rc system from -curr ent) X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 02:24:03 -0000 ----- John De Boseky's Original Message ----- > > I'll test and commit it later this evenning if it doesn't show up > before then.. Some comments: Is there a reason we have atm1, and then atm2.sh & atm3.sh? This naming scheme does not seem to be followed by any of the other numerically postfixed scripts. I believe etc/network_ipv6 needs the following patch: Index: etc/rc.d/network_ipv6 =================================================================== RCS file: /home/ncvs/src/etc/rc.d/network_ipv6,v retrieving revision 1.32 diff -u -r1.32 network_ipv6 --- etc/rc.d/network_ipv6 12 Oct 2002 10:31:31 -0000 1.32 +++ etc/rc.d/network_ipv6 29 Apr 2003 02:15:48 -0000 @@ -32,6 +32,8 @@ # REQUIRE: network2 # KEYWORD: FreeBSD +. /etc/rc.subr + name="network_ipv6" rcvar=`set_rcvar ipv6` start_cmd="network_ipv6_start" I'll get this and netstart committed in a bit. I can deal with atm?.sh if folks think it should be done. -John