2005-02-17 06:39:15 +00:00
|
|
|
# BIND named process options
|
|
|
|
# ~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2004-09-09 03:30:04 +00:00
|
|
|
# Currently, you can use the following options:
|
2005-02-17 06:39:15 +00:00
|
|
|
#
|
2004-09-09 03:30:04 +00:00
|
|
|
# ROOTDIR="/some/where" -- will run named in a chroot environment.
|
2005-02-17 06:39:15 +00:00
|
|
|
# you must set up the chroot environment
|
|
|
|
# (install the bind-chroot package) before
|
2004-09-09 03:30:04 +00:00
|
|
|
# doing this.
|
2005-02-17 06:39:15 +00:00
|
|
|
#
|
|
|
|
# OPTIONS="whatever" -- These additional options will be passed to named
|
|
|
|
# at startup. Don't add -t here, use ROOTDIR instead.
|
|
|
|
#
|
2006-07-20 18:40:14 +00:00
|
|
|
# DISABLE_NAMED_DBUS=[1y]-- If NetworkManager is enabled in any runlevel, then
|
|
|
|
# the initscript will by default enable named's D-BUS
|
|
|
|
# support with the named -D option. This setting disables
|
|
|
|
# this behavior.
|
|
|
|
#
|
2007-08-23 09:09:35 +00:00
|
|
|
# KEYTAB_FILE="/dir/file" -- Specify named service keytab file (for GSS-TSIG)
|