jvdias 18d1e19
# BIND named process options
jvdias 18d1e19
# ~~~~~~~~~~~~~~~~~~~~~~~~~~
cvsdist aed7121
# Currently, you can use the following options:
jvdias 18d1e19
#
cvsdist aed7121
# ROOTDIR="/some/where"  --  will run named in a chroot environment.
jvdias 18d1e19
#                            you must set up the chroot environment 
jvdias 18d1e19
#                            (install the bind-chroot package) before
cvsdist aed7121
#                            doing this.
jvdias 18d1e19
#
jvdias 18d1e19
# OPTIONS="whatever"     --  These additional options will be passed to named
jvdias 18d1e19
#                            at startup. Don't add -t here, use ROOTDIR instead.
jvdias 18d1e19
#
jvdias 6fcc997
# DISABLE_NAMED_DBUS=[1y]--  If NetworkManager is enabled in any runlevel, then 
jvdias 6fcc997
# 			     the initscript will by default enable named's D-BUS
jvdias 6fcc997
#			     support with the named -D option. This setting disables
jvdias 6fcc997
#			     this behavior.
jvdias 6fcc997
#
Adam Tkac fb5bf17
# KEYTAB_FILE="/dir/file"    --  Specify named service keytab file (for GSS-TSIG)