summaryrefslogtreecommitdiffstats
path: root/named.sysconfig
diff options
context:
space:
mode:
authorjvdias <jvdias@fedoraproject.org>2005-02-17 06:39:15 +0000
committerjvdias <jvdias@fedoraproject.org>2005-02-17 06:39:15 +0000
commit18d1e19b26144784ca4027cbb998eec21c48940f (patch)
tree486f2d02c3464c8f16a2d96feb4735bd82d5dc71 /named.sysconfig
parent3e1caa1552623e885a16bcd2e2f08a6d7d3d39f7 (diff)
downloadbind-18d1e19b26144784ca4027cbb998eec21c48940f.tar.gz
bind-18d1e19b26144784ca4027cbb998eec21c48940f.tar.xz
bind-18d1e19b26144784ca4027cbb998eec21c48940f.zip
Upgrade to 9.3.1rc1. Add SDB support. fix bugs 147824 / 147073 / 145664.
Diffstat (limited to 'named.sysconfig')
-rw-r--r--named.sysconfig23
1 files changed, 20 insertions, 3 deletions
diff --git a/named.sysconfig b/named.sysconfig
index fe69e1c..872bae2 100644
--- a/named.sysconfig
+++ b/named.sysconfig
@@ -1,6 +1,23 @@
+# 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 before
+# 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.
+#
+# OPTIONS="whatever" -- These additional options will be passed to named
+# at startup. Don't add -t here, use ROOTDIR instead.
+#
+# ENABLE_ZONE_WRITE=yes -- If SELinux is disabled, then allow named to write
+# its zone files and create files in its $ROOTDIR/var/named
+# directory, necessary for DDNS and slave zone transfers.
+# Slave zones should reside in the $ROOTDIR/var/named/slaves
+# directory, in which case you would not need to enable zone
+# writes. If SELinux is enabled, you must use only the
+# 'named_write_master_zones' variable to enable zone writes.
+#
+# 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.