rpms/bind/F-8 bind.spec,1.234,1.235

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Wed Dec 19 16:30:39 UTC 2007


Author: atkac

Update of /cvs/pkgs/rpms/bind/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4070

Modified Files:
	bind.spec 
Log Message:
- fixed typo in post section (CVE-2007-6283)



Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/F-8/bind.spec,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -r1.234 -r1.235
--- bind.spec	19 Dec 2007 15:59:19 -0000	1.234
+++ bind.spec	19 Dec 2007 16:29:43 -0000	1.235
@@ -449,8 +449,8 @@
 	fi
 	[ -x /sbin/restorecon ] && /sbin/restorecon /etc/rndc.* /etc/named.* >/dev/null 2>&1 ;
 	# rndc.key has to have correct perms and ownership, CVE-2007-6283
-	[ -e /etc/rndc.key] && chown root:named /etc/rndc.key
-	[ -e /etc/rndc.key] && chmod 0640 /etc/rndc.key
+	[ -e /etc/rndc.key ] && chown root:named /etc/rndc.key
+	[ -e /etc/rndc.key ] && chmod 0640 /etc/rndc.key
 	[ -x /usr/sbin/bind-chroot-admin ] && /usr/sbin/bind-chroot-admin --sync;
 fi
 :;




More information about the fedora-extras-commits mailing list