Hello
How can I install or configure dns/bind98 or dns/bind99 (on FreeBSD 9.1) not to run in jails? I'm asking this because a Samba4 installation with BIND requires an unjailed BIND environment. The script /etc/rc.d/named doesn't like the addition of
in /etc/rc.conf, it seems that script was made only for a jailed environment. What is the proper way to set BIND 9 to run unjailed?
Thank you.
How can I install or configure dns/bind98 or dns/bind99 (on FreeBSD 9.1) not to run in jails? I'm asking this because a Samba4 installation with BIND requires an unjailed BIND environment. The script /etc/rc.d/named doesn't like the addition of
Code:
named_chrootdir=""
named_pidfile="[PID PATH]"
...
Thank you.