Subject: Re: static arp entries at bootup
To: Mipam <mipam@ibb.net>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: netbsd-help
Date: 03/07/2001 21:05:11
On Mon, Mar 05, 2001 at 04:56:37PM -0500, Mipam wrote:
> Hi,
> 
> In netbsd 1.5 in which file could i build in a little script
> that enters some static arp entries before dhclient 
> is started, in 1.4 it would be /etc/rc, but in 1.5 things
> changed very much and all files in /etc/rc.d are processed
> to run a daemon now, i guess rc.subr takes care of that now,
> concerning the /etc/rc.d dir files?

Well, just create a new script in rc.d to do this, make it depend
on the rigth thing (maybe the sane things a dhclient) and change dhclient
to depend on this one.
There are just shell scripts, you don't have to use rc.subr's functionalities.
What's important for the order is the PROVIDE and REQUIRE lines.

--
Manuel Bouyer <bouyer@antioche.eu.org>
-