summaryrefslogtreecommitdiffstats
path: root/named.sysconfig
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2011-01-06 14:10:49 +0100
committerAdam Tkac <atkac@redhat.com>2011-01-06 14:10:49 +0100
commitd4ce1d893b97e4d62bb7abd3123aa7d6e963228c (patch)
tree919fdb990b669439625b59df6df40cae246bb1fd /named.sysconfig
parentbd297885dea4c2ea759e1b3cad79ade2b752abbf (diff)
Add new option DISABLE_ZONE_CHECKING to sysconfig/named.
Signed-off-by: Adam Tkac <atkac@redhat.com>
Diffstat (limited to 'named.sysconfig')
-rw-r--r--named.sysconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/named.sysconfig b/named.sysconfig
index 671621d..8ba7d56 100644
--- a/named.sysconfig
+++ b/named.sysconfig
@@ -32,3 +32,9 @@
# at startup. Don't add -t here, use ROOTDIR instead.
#
# KEYTAB_FILE="/dir/file" -- Specify named service keytab file (for GSS-TSIG)
+#
+# DISABLE_ZONE_CHECKING -- By default, initscript calls named-checkzone
+# utility for every zone to ensure all zones are
+# valid before named starts. If you set this option
+# to 'yes' then initscript doesn't perform those
+# checks.