Revision
83442
Author
dluke@macports.org
Date
2011-09-01 08:14:51 -0700 (Thu, 01 Sep 2011)

Log Message

bind9: per the 9.8.1 release notes, use dnssec-validation auto;

Modified Paths

Diff

Modified: trunk/dports/net/bind9/files/named.conf (83441 => 83442)


--- trunk/dports/net/bind9/files/named.conf	2011-09-01 15:09:48 UTC (rev 83441)
+++ trunk/dports/net/bind9/files/named.conf	2011-09-01 15:14:51 UTC (rev 83442)
@@ -32,7 +32,7 @@
         //      127.0.0.1;
         //};
 
-	dnssec-validation yes;
+	dnssec-validation auto;
 	pid-file "%%PREFIX%%/var/run/named.pid";
 };