summaryrefslogtreecommitdiffstats
path: root/named.sysconfig
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2009-06-17 15:55:38 +0000
committerAdam Tkac <atkac@fedoraproject.org>2009-06-17 15:55:38 +0000
commit91895cfac2da5493ec35c91f8fbe9a6de42adf5d (patch)
tree9d56f5653849487c1650db9318aaab3985c14cbb /named.sysconfig
parent7ffd8214d5aea71f99b5e1484935a185ec0715f1 (diff)
downloadbind-91895cfac2da5493ec35c91f8fbe9a6de42adf5d.tar.gz
bind-91895cfac2da5493ec35c91f8fbe9a6de42adf5d.tar.xz
bind-91895cfac2da5493ec35c91f8fbe9a6de42adf5d.zip
- 9.6.1 releasebind-9_6_1-1_fc12
- simplify chroot maintenance. Important files and directories are mounted into chroot (see /etc/sysconfig/named for more info, #504596) - fix doc/named.conf.default perms
Diffstat (limited to 'named.sysconfig')
-rw-r--r--named.sysconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/named.sysconfig b/named.sysconfig
index 421dfa1..6ae9539 100644
--- a/named.sysconfig
+++ b/named.sysconfig
@@ -6,6 +6,22 @@
# you must set up the chroot environment
# (install the bind-chroot package) before
# doing this.
+# NOTE:
+# Those directories are automatically mounted to chroot if they are
+# empty in the ROOTDIR directory. It will simplify maintenance of your
+# chroot environment.
+# - /var/named
+# - /etc/pki/dnssec-keys
+# - /etc/named
+#
+# Those files are mounted as well if target file doesn't exist in
+# chroot.
+# - /etc/named.conf
+# - /etc/rndc.conf
+# - /etc/rndc.key
+# - /etc/named.rfc1912.zones
+# - /etc/named.dnssec.keys
+#
#
# OPTIONS="whatever" -- These additional options will be passed to named
# at startup. Don't add -t here, use ROOTDIR instead.