On 2012/01/04 23:48, Chris Cappuccio wrote: > Peter Bisroev [pe...@int19h.net] wrote: > > > > After looking in the 'starting early daemons:' section in /etc/rc I ccan > > see that > > named and nsd are started before ntpd. If named is used as a recursive > > caching > > DNS server everything would work as expected. But with nsd that would not > > be the > > case since it is an authoritative only server. > > I suspect you want a feature like this. It would give you a pkg_early_scripts > option to go in rc.conf.local along with your pkg_scripts.
Alternatively I think it would work to add "!/etc/rc.d/unbound start" to a suitable hostname.if file, though that's a bit of a hack and this seems like a useful addition (some people like to use an alternative syslogd which is another good candidate for starting early).