diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2009-06-24 14:51:55 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2009-06-24 14:51:55 +0000 |
| commit | 583a06b173612d3583037ff1c8061cccb5efc7a1 (patch) | |
| tree | 0b035b32c8dc689364c67251b0c17a5e8cae51bb /named.sysconfig | |
| parent | 91895cfac2da5493ec35c91f8fbe9a6de42adf5d (diff) | |
| download | bind-583a06b173612d3583037ff1c8061cccb5efc7a1.tar.gz bind-583a06b173612d3583037ff1c8061cccb5efc7a1.tar.xz bind-583a06b173612d3583037ff1c8061cccb5efc7a1.zip | |
- improved "chroot automount" patches (#504596)bind-9_6_1-2_fc12
- host should fail if specified server doesn't respond (#507469)
Diffstat (limited to 'named.sysconfig')
| -rw-r--r-- | named.sysconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/named.sysconfig b/named.sysconfig index 6ae9539..0bf0462 100644 --- a/named.sysconfig +++ b/named.sysconfig @@ -2,7 +2,7 @@ # ~~~~~~~~~~~~~~~~~~~~~~~~~~ # Currently, you can use the following options: # -# ROOTDIR="/some/where" -- will run named in a chroot environment. +# ROOTDIR="/var/named/chroot" -- will run named in a chroot environment. # you must set up the chroot environment # (install the bind-chroot package) before # doing this. @@ -13,6 +13,7 @@ # - /var/named # - /etc/pki/dnssec-keys # - /etc/named +# - /usr/lib64/bind of /usr/lib/bind (architecture dependant) # # Those files are mounted as well if target file doesn't exist in # chroot. |
