[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Replacing Bind8x with Bind9
- Subject: Replacing Bind8x with Bind9
- From: ms at probsd.org (Michael Sharp)
- Date: Tue Aug 10 01:14:07 2004
read the /usr/ports/dns/bind9 Makefile and use the 'PORT_REPLACES_BASE_BIND9'
option to make.
make PORT_REPLACES_BASE_BIND9=yes install clean
In rc.conf
----------
named_enable="YES"
named_program="/usr/local/sbin/named"
named_flags="-c /usr/local/etc/namedb/named.conf -u bind"
and you can also put NO_BIND= true in /etc/make.conf so that base BIND
isn't build when you make world.
Definetly consider chrooting or jailing BIND
Michael
Visit your host, monkey.org