Revision: 83442 http://trac.macports.org/changeset/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: -------------- trunk/dports/net/bind9/files/named.conf Modified: trunk/dports/net/bind9/files/named.conf =================================================================== --- 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"; };