diff options
author | Brandon Low <lostlogic@gentoo.org> | 2003-06-24 20:41:07 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2003-06-24 20:41:07 +0000 |
commit | 9b4af9a386abc5f449e6b92f8b8b363e1fcf9233 (patch) | |
tree | ae28e07903b1dfcac1cc0a646abe4a63b0675d71 /net-dns/bind | |
parent | oops someone forgot me ! (diff) | |
download | gentoo-2-9b4af9a386abc5f449e6b92f8b8b363e1fcf9233.tar.gz gentoo-2-9b4af9a386abc5f449e6b92f8b8b363e1fcf9233.tar.bz2 gentoo-2-9b4af9a386abc5f449e6b92f8b8b363e1fcf9233.zip |
Fix bug #22959
Diffstat (limited to 'net-dns/bind')
-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 { |