On Tue, Oct 1, 2013, at 18:54, ot...@ahhyes.net wrote: > > * I run powerdns recursor for resolution of domain names. Despite > having the recursor as being one of the first things > in rc.conf to start (certainly before ntpdate), ntpdate decides to run > before the recursor has started. This causes the lookup of the ntp > server > hostname to fail (using -b ip.ip.ip.ip as a flag to ntpdate rather than > a host is a way to work around the issue). >
Create in rc script in /usr/local/etc/rc.d that does nothing but set the REQUIRE and BEFORE fields. You can use that to re-order the startup scripts. Use the `service` command to see the new startup order -- there's a flag that will give you that output. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"