summaryrefslogtreecommitdiffstats
path: root/named.sysconfig
blob: e331aa54679744285b0ec1e76e3de4d100d3899b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# BIND named process options
# ~~~~~~~~~~~~~~~~~~~~~~~~~~
# Currently, you can use the following options:
#
# ROOTDIR="/some/where"  --  will run named in a chroot environment.
#                            you must set up the chroot environment 
#                            (install the bind-chroot package) before
#                            doing this.
#
# OPTIONS="whatever"     --  These additional options will be passed to named
#                            at startup. Don't add -t here, use ROOTDIR instead.
#
# ENABLE_SDB=yes         --  This enables use of 'named_sdb', which has support
#		         --  for the ldap, pgsql and dir zone database backends
#		         --  compiled in, to be used instead of named.
#
# 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.
#