/etc/netstart patch update (Was: Re: [FreeBSD-rc] Re: RFC: Removal of the old rc system from -curr ent)

John De Boskey jwd at bsdwins.com
Mon Apr 28 19:24:03 PDT 2003


----- 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


More information about the freebsd-arch mailing list