diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-11-16 13:53:11 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-16 12:54:42 +0000 |
commit | 934cc315292f4b5d57ddec8a26ac0b409b35aae4 (patch) | |
tree | 04b730b2260fab23de2f8f26a5c9fc7438790cdd /main/unbound/conf.patch | |
parent | bf3c54b75ec397f330ccdddc8cc82fceee7c4130 (diff) | |
download | aports-934cc315292f4b5d57ddec8a26ac0b409b35aae4.tar.bz2 aports-934cc315292f4b5d57ddec8a26ac0b409b35aae4.tar.xz |
main/bind: move dnssec to -tools subpackage
Diffstat (limited to 'main/unbound/conf.patch')
-rw-r--r-- | main/unbound/conf.patch | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/main/unbound/conf.patch b/main/unbound/conf.patch index 69e5be7e02..5224e05ade 100644 --- a/main/unbound/conf.patch +++ b/main/unbound/conf.patch @@ -1,19 +1,12 @@ ---- ./doc/example.conf.in.orig -+++ ./doc/example.conf.in -@@ -226,6 +226,7 @@ +diff -upr unbound-1.5.6.orig/doc/example.conf.in unbound-1.5.6/doc/example.conf.in +--- unbound-1.5.6.orig/doc/example.conf.in 2015-11-16 12:39:39.031890692 +0100 ++++ unbound-1.5.6/doc/example.conf.in 2015-11-16 12:40:05.452566815 +0100 +@@ -243,7 +243,7 @@ server: + # file to read root hints from. # get one from ftp://FTP.INTERNIC.NET/domain/named.cache - # root-hints: "" +- # root-hints: "" + root-hints: /etc/unbound/root.hints # enable to not answer id.server and hostname.bind queries. # hide-identity: no -@@ -338,7 +339,7 @@ - # with several entries, one file per entry. - # Zone file format, with DS and DNSKEY entries. - # Note this gets out of date, use auto-trust-anchor-file please. -- # trust-anchor-file: "" -+ # trust-anchor-file: "@UNBOUND_ROOTKEY_FILE@" - - # Trusted key for validation. DS or DNSKEY. specify the RR on a - # single line, surrounded by "". TTL is ignored. class is IN default. |