17 lines
392 B
Plaintext
17 lines
392 B
Plaintext
|
# Set various named options here.
|
||
|
#
|
||
|
OPTIONS=""
|
||
|
|
||
|
# Set this to the number of processors you have.
|
||
|
#
|
||
|
CPU="1"
|
||
|
|
||
|
# If you wish to run bind in a chroot, run:
|
||
|
# emerge --config =<bind-version>
|
||
|
# and un-comment the following line.
|
||
|
# You can specify a different chroot directory but MAKE SURE it's empty.
|
||
|
# CHROOT="/chroot/dns"
|
||
|
|
||
|
# Default pid file location
|
||
|
PIDFILE="${CHROOT}/var/run/named/named.pid"
|