Revision
119627
Author
dluke@macports.org
Date
2014-05-02 12:49:58 -0700 (Fri, 02 May 2014)

Log Message

bind9: put pidfile where named user can create it

Modified Paths

Diff

Modified: trunk/dports/net/bind9/files/named.conf (119626 => 119627)


--- trunk/dports/net/bind9/files/named.conf	2014-05-02 19:48:56 UTC (rev 119626)
+++ trunk/dports/net/bind9/files/named.conf	2014-05-02 19:49:58 UTC (rev 119627)
@@ -40,7 +40,7 @@
 	//};
 
 	dnssec-validation auto;
-	pid-file "%%PREFIX%%/var/run/named.pid";
+	pid-file "%%PREFIX%%/var/named/named.pid";
 };
 
 //