Date: Mon, 28 Apr 2003 22:18:50 -0400 From: John De Boskey <jwd@bsdwins.com> To: freebsd-arch@freebsd.org, freebsd-rc@yahoogroups.com Subject: /etc/netstart patch update (Was: Re: [FreeBSD-rc] Re: RFC: Removal of the old rc system from -curr ent) Message-ID: <20030429021850.GA67022@BSDWins.Com> In-Reply-To: <20030428233952.GA66229@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>
next in thread | previous in thread | raw e-mail | index | archive | help
----- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030429021850.GA67022>