jvdias 18d1e1
# BIND named process options
jvdias 18d1e1
# ~~~~~~~~~~~~~~~~~~~~~~~~~~
cvsdist aed712
# Currently, you can use the following options:
jvdias 18d1e1
#
cvsdist aed712
# ROOTDIR="/some/where"  --  will run named in a chroot environment.
jvdias 18d1e1
#                            you must set up the chroot environment 
jvdias 18d1e1
#                            (install the bind-chroot package) before
cvsdist aed712
#                            doing this.
Adam Tkac 616a53
#	NOTE:
Adam Tkac 616a53
#         Those directories are automatically mounted to chroot if they are
Adam Tkac 616a53
#         empty in the ROOTDIR directory. It will simplify maintenance of your
Adam Tkac 616a53
#         chroot environment.
Adam Tkac 616a53
#          - /var/named
Adam Tkac 616a53
#          - /etc/pki/dnssec-keys
Adam Tkac 616a53
#          - /etc/named
Adam Tkac 616a53
#
Adam Tkac 616a53
#	  Those files are mounted as well if target file doesn't exist in
Adam Tkac 616a53
#	  chroot.
Adam Tkac 616a53
#          - /etc/named.conf
Adam Tkac 616a53
#          - /etc/rndc.conf
Adam Tkac 616a53
#          - /etc/rndc.key
Adam Tkac 616a53
#          - /etc/named.rfc1912.zones
Adam Tkac 616a53
#          - /etc/named.dnssec.keys
Adam Tkac 616a53
#                          
jvdias 18d1e1
#
jvdias 18d1e1
# OPTIONS="whatever"     --  These additional options will be passed to named
jvdias 18d1e1
#                            at startup. Don't add -t here, use ROOTDIR instead.
jvdias 18d1e1
#
Adam Tkac fb5bf1
# KEYTAB_FILE="/dir/file"    --  Specify named service keytab file (for GSS-TSIG)