diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-12-26 22:27:38 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-12-26 22:27:38 +0000 |
commit | b8b65d19729a43f3149ebcec49c96dbf11bfc9da (patch) | |
tree | 1e3d4f860051ac974b82dd7f505203272cf00483 /net-dns/bind/files | |
parent | Resurrect pdftk and keyjnote. (diff) | |
download | gentoo-2-b8b65d19729a43f3149ebcec49c96dbf11bfc9da.tar.gz gentoo-2-b8b65d19729a43f3149ebcec49c96dbf11bfc9da.tar.bz2 gentoo-2-b8b65d19729a43f3149ebcec49c96dbf11bfc9da.zip |
Version bump, fix chroot configuration (#247979) and fix localhost/127.zones (#246175)
(Portage version: 2.2_rc19/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'net-dns/bind/files')
-rw-r--r-- | net-dns/bind/files/127.zone-r1 | 12 | ||||
-rw-r--r-- | net-dns/bind/files/localhost.zone-r3 | 11 |
2 files changed, 23 insertions, 0 deletions
diff --git a/net-dns/bind/files/127.zone-r1 b/net-dns/bind/files/127.zone-r1 new file mode 100644 index 000000000000..ebce95f7c33c --- /dev/null +++ b/net-dns/bind/files/127.zone-r1 @@ -0,0 +1,12 @@ +$ORIGIN 127.in-addr.arpa. +$TTL 1W +@ 1D IN SOA localhost. root.localhost. ( + 2008122601 ; serial + 3H ; refresh + 15M ; retry + 1W ; expiry + 1D ) ; minimum + +@ 1D IN NS localhost. +1.0.0 1D IN PTR localhost. + diff --git a/net-dns/bind/files/localhost.zone-r3 b/net-dns/bind/files/localhost.zone-r3 new file mode 100644 index 000000000000..2e7a5912b972 --- /dev/null +++ b/net-dns/bind/files/localhost.zone-r3 @@ -0,0 +1,11 @@ +$TTL 1W +@ IN SOA localhost. root.localhost. ( + 2008122601 ; Serial + 28800 ; Refresh + 14400 ; Retry + 604800 ; Expire - 1 week + 86400 ) ; Minimum +@ IN NS localhost. +@ IN A 127.0.0.1 + +@ IN AAAA ::1 |