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 | 6ea4eacc02ff302f96d37b7ee4bdbcf141977759 (patch) | |
tree | 1ff551fa4348ed0001938d188806dbb99561789a /net-dns | |
parent | oops someone forgot me ! (diff) | |
download | historical-6ea4eacc02ff302f96d37b7ee4bdbcf141977759.tar.gz historical-6ea4eacc02ff302f96d37b7ee4bdbcf141977759.tar.bz2 historical-6ea4eacc02ff302f96d37b7ee4bdbcf141977759.zip |
Fix bug #22959
Diffstat (limited to 'net-dns')
-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 { |