Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/openresolv/dist Import openresolv-3.7.1 with th...
details: https://anonhg.NetBSD.org/src/rev/1f323e24566c
branches: trunk
changeset: 810898:1f323e24566c
user: roy <roy%NetBSD.org@localhost>
date: Tue Sep 29 09:10:07 2015 +0000
description:
Import openresolv-3.7.1 with the following changes:
* Typo's, thanks to Herbert Parentes Fortes Neto
* Clarify that private_interfaces="*" will not forward the root zone
* ensure that domain-insecure always appears in a server clause for
the unbound subscriber
diffstat:
external/bsd/openresolv/dist/unbound.in | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r e20630e24cde -r 1f323e24566c external/bsd/openresolv/dist/unbound.in
--- a/external/bsd/openresolv/dist/unbound.in Tue Sep 29 08:27:24 2015 +0000
+++ b/external/bsd/openresolv/dist/unbound.in Tue Sep 29 09:10:07 2015 +0000
@@ -45,7 +45,8 @@
ns="${d#*:}"
case "$unbound_insecure" in
[Yy][Ee][Ss]|[Tt][Rr][Uu][Ee]|[Oo][Nn]|1)
- newconf="$newconf${NL}domain-insecure: \"$dn\""
+ newconf="$newconf${NL}server:$NL"
+ newconf="$newconf domain-insecure: \"$dn\"$NL"
;;
esac
newconf="$newconf${NL}forward-zone:$NL name: \"$dn\"$NL"
Home |
Main Index |
Thread Index |
Old Index