rpms/bind/devel bind.spec, 1.335, 1.336 named.init, 1.75, 1.76 named.sysconfig, 1.13, 1.14

Adam Tkac atkac at fedoraproject.org
Wed Jan 27 15:19:03 UTC 2010


Author: atkac

Update of /cvs/pkgs/rpms/bind/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20843

Modified Files:
	bind.spec named.init named.sysconfig 
Log Message:
- revert the "DEBUG" feature (#510283), it causes too many problems (#545128)



Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind.spec,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -p -r1.335 -r1.336
--- bind.spec	15 Dec 2009 13:05:28 -0000	1.335
+++ bind.spec	27 Jan 2010 15:19:02 -0000	1.336
@@ -20,7 +20,7 @@ Summary:  The Berkeley Internet Name Dom
 Name:     bind
 License:  ISC
 Version:  9.7.0
-Release:  0.10.%{PREVER}%{?dist}
+Release:  0.11.%{PREVER}%{?dist}
 Epoch:    32
 Url:      http://www.isc.org/products/BIND/
 Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -621,6 +621,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Wed Jan 27 2010 Adam Tkac <atkac redhat com> 32:9.7.0-0.11.rc1
+- revert the "DEBUG" feature (#510283), it causes too many problems (#545128)
+
 * Tue Dec 15 2009 Adam Tkac <atkac redhat com> 32:9.7.0-0.10.rc1
 - update to 9.7.0rc1
 - bind97-headers.patch merged


Index: named.init
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/named.init,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -p -r1.75 -r1.76
--- named.init	21 Sep 2009 10:38:47 -0000	1.75
+++ named.init	27 Jan 2010 15:19:02 -0000	1.76
@@ -47,21 +47,6 @@ fi
   [ /etc/sysconfig/dnssec -nt /etc/named.conf ] && \
    /usr/sbin/dnssec-configure -b --norestart --dnssec="$DNSSEC" --dlv="$DLV"
 
-# Enable/disable debugging
-if [ "x$DEBUG" = 'xyes' ]; then
-  chown named.named /var/named
-  if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled &&
-    [ `getsebool named_write_master_zones | awk '{ print $3; }'` = 'off' ]; then
-      setsebool named_write_master_zones 1
-  fi;
-else
-  chown root.named /var/named
-  if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled &&
-    [ `getsebool named_write_master_zones | awk '{ print $3; }'` = 'on' ]; then
-      setsebool named_write_master_zones 0
-  fi;
-fi
-
 ROOTDIR_MOUNT='/etc/named /etc/pki/dnssec-keys /var/named /etc/named.conf
 /etc/named.dnssec.keys /etc/named.rfc1912.zones /etc/rndc.conf /etc/rndc.key
 /usr/lib64/bind /usr/lib/bind'


Index: named.sysconfig
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/named.sysconfig,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- named.sysconfig	3 Nov 2009 11:06:16 -0000	1.13
+++ named.sysconfig	27 Jan 2010 15:19:02 -0000	1.14
@@ -31,12 +31,3 @@
 #                            at startup. Don't add -t here, use ROOTDIR instead.
 #
 # KEYTAB_FILE="/dir/file"    --  Specify named service keytab file (for GSS-TSIG)
-#
-# DEBUG="yes|no"         -- This option controls if you would like to debug
-# 			    named process. If you set this option to "yes" then
-# 			    /var/named/ directory become writable by named user
-# 			    and named will be able to write core dumps there.
-#
-# OPTIONS="-E pkcs11"    -- Enable loading of DNSSEC keys from PKCS11 compatible
-#			    keystores. Make sure you have bind-pkcs11 package
-#			    installed.



More information about the scm-commits mailing list