From 7fdb7fd69365bbafa3cf83a6dc9ba2a5e24e7db8 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Mon, 4 Jun 2007 13:44:35 +0000 Subject: - very minor compatibility change in bind-chroot-admin (line 215) - enabled IDN support by default and don't distribute IDN libraries (#169546) - specfile cleanup - add dynamic directory to /var/named. This directory will be primarily used for dynamic DNS zones. ENABLE_ZONE_WRITE and SELinux's named_write_master_zones no longer exist --- named.sysconfig | 8 -------- 1 file changed, 8 deletions(-) (limited to 'named.sysconfig') diff --git a/named.sysconfig b/named.sysconfig index 395c956..e331aa5 100644 --- a/named.sysconfig +++ b/named.sysconfig @@ -10,14 +10,6 @@ # 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. -- cgit