[Bug 194975] dns/dnscrypt-proxy should start before local_unbound

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 26 11:01:09 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194975

Dag-Erling Smørgrav <des at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |des at FreeBSD.org

--- Comment #2 from Dag-Erling Smørgrav <des at FreeBSD.org> ---
Using "BEFORE: local_unbound" or "BEFORE: named" should be OK.  You
might even get away with "BEFORE: local_unbound named", but check that
rcorder doesn't complain when only one of them exists.

Unfortunately, this will not work in a jail, because /etc/rc sets
early_late_divider to NETWORKING (which comes after local_unbound)
instead of FILESYSTEMS.  From the revision history for /etc/rc, this
seems to be at least partly my fault; I should have removed that logic
in r168283.  You can work around it by setting early_late_divider to
something else, e.g. netif:

# echo early_late_divider=netif >>/etc/rc.conf

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list