From 5dd6236aa566c32b06c40c55e8ca369b41be6ec5 Mon Sep 17 00:00:00 2001 From: roy Date: Sun, 8 Sep 2019 21:04:31 +0000 Subject: [PATCH] resolvconf: Build the pdnsd subscriber Not the most ideal, but technically it works. --- distrib/sets/lists/base/mi | 3 ++- external/bsd/openresolv/sbin/resolvconf/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/distrib/sets/lists/base/mi b/distrib/sets/lists/base/mi index 6a0549f1f1b2..51c423772b41 100644 --- a/distrib/sets/lists/base/mi +++ b/distrib/sets/lists/base/mi @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1215 2019/09/08 20:55:57 roy Exp $ +# $NetBSD: mi,v 1.1216 2019/09/08 21:04:31 roy Exp $ # # Note: Don't delete entries from here - mark them as "obsolete" instead, # unless otherwise stated below. @@ -473,6 +473,7 @@ ./libexec/resolvconf/libc base-resolvconf-root ./libexec/resolvconf/named base-resolvconf-root ./libexec/resolvconf/pdns_recursor base-resolvconf-root +./libexec/resolvconf/pdnsd base-resolvconf-root ./libexec/resolvconf/unbound base-resolvconf-root ./mnt base-sys-root ./rescue base-sys-root diff --git a/external/bsd/openresolv/sbin/resolvconf/Makefile b/external/bsd/openresolv/sbin/resolvconf/Makefile index db4420fe0c75..6d3d52136aa8 100644 --- a/external/bsd/openresolv/sbin/resolvconf/Makefile +++ b/external/bsd/openresolv/sbin/resolvconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/09/08 20:55:57 roy Exp $ +# $NetBSD: Makefile,v 1.9 2019/09/08 21:04:31 roy Exp $ # .include @@ -9,7 +9,7 @@ DIST= ${NETBSDSRCDIR}/external/bsd/openresolv/dist SCRIPTS= resolvconf SCRIPTSDIR= /sbin -FILES= libc dnsmasq named pdns_recursor unbound +FILES= libc dnsmasq named pdns_recursor pdnsd unbound FILESDIR= /libexec/resolvconf # We should not have to do this ... .for f in ${FILES}