summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorroy <roy@NetBSD.org>2023-06-27 17:04:19 +0000
committerroy <roy@NetBSD.org>2023-06-27 17:04:19 +0000
commit2643628504c31d0cb331610eebdc06520ff6cffb (patch)
tree3eecea3550dd57bb10ca804454242ce962dd9761 /external
parent87d35fd690e97d9ebeef0ba0c2cbd2e088676a50 (diff)
openresolv: Update to 3.13.2 with the following changes:
* Do not return error from -i when no interfaces are configured * unbound can now add generic options to forward zones
Diffstat (limited to 'external')
-rw-r--r--external/bsd/openresolv/dist/README.md4
-rw-r--r--external/bsd/openresolv/dist/avahi-daemon.in2
-rw-r--r--external/bsd/openresolv/dist/mdnsd.in2
-rw-r--r--external/bsd/openresolv/dist/pdns_recursor.in4
4 files changed, 6 insertions, 6 deletions
diff --git a/external/bsd/openresolv/dist/README.md b/external/bsd/openresolv/dist/README.md
index aebcbdacc3b..c4c8a7db22a 100644
--- a/external/bsd/openresolv/dist/README.md
+++ b/external/bsd/openresolv/dist/README.md
@@ -37,7 +37,7 @@ Here's some reasons:
The last point is quite important, especially when running VPN systems.
Take the following resolv.conf files which have been generated by a
-[DHCP client](../dhcpcd) and sent to resolvconf:
+[DHCP client](https://github.com/NetworkConfiguration/dhcpcd) and sent to resolvconf:
```
# resolv.conf from bge0
@@ -60,7 +60,7 @@ openresolv ships with helpers for:
* [PowerDNS Recursor](http://wiki.powerdns.com/trac)
See the
-[configuration section](https://roy.marples.name/projects/openresolv/config)
+[configuration section](https://roy.marples.name/projects/openresolv/configuration)
for more details.
If openresolv updates `/etc/resolv.conf` it can notify the following of this:
diff --git a/external/bsd/openresolv/dist/avahi-daemon.in b/external/bsd/openresolv/dist/avahi-daemon.in
index 529e4aef787..cdac44fe823 100644
--- a/external/bsd/openresolv/dist/avahi-daemon.in
+++ b/external/bsd/openresolv/dist/avahi-daemon.in
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (c) 2007-2020 Roy Marples
+# Copyright (c) 2007-2023 Roy Marples
# All rights reserved
# avahi-daemon notifier for resolvconf libc subscriber
diff --git a/external/bsd/openresolv/dist/mdnsd.in b/external/bsd/openresolv/dist/mdnsd.in
index 399cf56e088..3b01cd459f1 100644
--- a/external/bsd/openresolv/dist/mdnsd.in
+++ b/external/bsd/openresolv/dist/mdnsd.in
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (c) 2007-2020 Roy Marples
+# Copyright (c) 2007-2023 Roy Marples
# All rights reserved
# mdnsd notifier for resolvconf libc subscriber
diff --git a/external/bsd/openresolv/dist/pdns_recursor.in b/external/bsd/openresolv/dist/pdns_recursor.in
index 0cf96305f64..71045689465 100644
--- a/external/bsd/openresolv/dist/pdns_recursor.in
+++ b/external/bsd/openresolv/dist/pdns_recursor.in
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (c) 2009-2020 Roy Marples
+# Copyright (c) 2009-2023 Roy Marples
# All rights reserved
# PowerDNS Recursor subscriber for resolvconf
@@ -54,7 +54,7 @@ for d in $DOMAINS; do
done
# Try to ensure that config dirs exist
-if type config_mkdirs >/dev/null 2>&1; then
+if command -v config_mkdirs >/dev/null 2>&1; then
config_mkdirs "$pdnsd_zones"
else
@SBINDIR@/resolvconf -D "$pdnsd_zones"