diff options
-rw-r--r-- | net-dns/bind/files/named.conf-r2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/bind/files/named.conf-r2 b/net-dns/bind/files/named.conf-r2 index 8c62ee9613de..dabd63cfc69b 100644 --- a/net-dns/bind/files/named.conf-r2 +++ b/net-dns/bind/files/named.conf-r2 @@ -19,7 +19,7 @@ options { // if you have problems and are behind a firewall: //query-source address * port 53; - pid-file "/var/run/named/named.pid"; + pid-file "/var/run/named.pid"; }; zone "." IN { |