rpms/bind/devel bind-chroot-admin.in, 1.26, 1.27 bind.spec, 1.222, 1.223

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Fri Oct 26 10:33:34 UTC 2007


Author: atkac

Update of /cvs/pkgs/rpms/bind/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7813

Modified Files:
	bind-chroot-admin.in bind.spec 
Log Message:
- minor cleanup in bind-chroot-admin



Index: bind-chroot-admin.in
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind-chroot-admin.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- bind-chroot-admin.in	20 Sep 2007 11:07:30 -0000	1.26
+++ bind-chroot-admin.in	26 Oct 2007 10:33:01 -0000	1.27
@@ -230,7 +230,7 @@
 	done
 	pfx=${BIND_CHROOT_PREFIX}
     else              # chroot is disabled	
-	/usr/bin/find /var/named/chroot/{etc/{named.*,rndc.*},var/named{/*,/data/*,/slaves/*,/dynamic/*}} -maxdepth 0 |
+	/usr/bin/find /var/named/chroot/{etc/{named.*,rndc.*},var/{named{/*,/data/*,/slaves/*,/dynamic/*},log/named.log}} -maxdepth 0 |
 	while read f; 
 	do
 	    if [ ! -d "$f" ]; then
@@ -238,8 +238,6 @@
 		[ ! -e $changed ] && touch $changed;
 	    fi;
 	done
-	[ -L /var/log/named.log ] && rm -f /var/log/named.log
-	[ -e ${BIND_CHROOT_PREFIX}/var/log/named.log ] && mv -f ${BIND_CHROOT_PREFIX}/var/log/named.log /var/log/named.log
     fi;
     if [ ! -e ${pfx}/etc/rndc.key ]; then
 	   echo 'key "rndckey" {


Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind.spec,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- bind.spec	25 Oct 2007 09:59:55 -0000	1.222
+++ bind.spec	26 Oct 2007 10:33:01 -0000	1.223
@@ -21,7 +21,7 @@
 Name: 		bind
 License: 	ISC
 Version: 	9.5.0
-Release: 	16.1.%{RELEASEVER}%{?dist}
+Release: 	16.2.%{RELEASEVER}%{?dist}
 Epoch:   	32
 Url: 		http://www.isc.org/products/BIND/
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -651,6 +651,9 @@
 %{_sbindir}/bind-chroot-admin
 
 %changelog
+* Fri Oct 26 2007 Adam Tkac <atkac redhat com> 32:9.5.0-16.2.a6
+- minor cleanup in bind-chroot-admin
+
 * Wed Oct 25 2007 Adam Tkac <atkac redhat com> 32:9.5.0-16.1.a6
 - fixed typo in initscript
 




More information about the fedora-extras-commits mailing list