diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-02-15 05:16:18 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-02-15 05:16:18 +0000 |
commit | 8a3f2a6555d87d178a7322d462a6bc33e5af17dd (patch) | |
tree | fc189170086b97bdb39ac88a2534733875b934b4 /net-dns | |
parent | Updated localhost config files (diff) | |
download | historical-8a3f2a6555d87d178a7322d462a6bc33e5af17dd.tar.gz historical-8a3f2a6555d87d178a7322d462a6bc33e5af17dd.tar.bz2 historical-8a3f2a6555d87d178a7322d462a6bc33e5af17dd.zip |
spurious dot
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/files/named.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/bind/files/named.conf b/net-dns/bind/files/named.conf index bf738ca540cc..bb4f63809532 100644 --- a/net-dns/bind/files/named.conf +++ b/net-dns/bind/files/named.conf @@ -34,7 +34,7 @@ zone "localhost" IN { notify no; }; -zone "127.in-addr.arpa." IN { +zone "127.in-addr.arpa" IN { type master; file "pri/127.0.0"; allow-update { none; }; |