Module Name:    src
Committed By:   roy
Date:           Sun Sep  8 21:04:31 UTC 2019

Modified Files:
        src/distrib/sets/lists/base: mi
        src/external/bsd/openresolv/sbin/resolvconf: Makefile

Log Message:
resolvconf: Build the pdnsd subscriber

Not the most ideal, but technically it works.


To generate a diff of this commit:
cvs rdiff -u -r1.1215 -r1.1216 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/openresolv/sbin/resolvconf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/base/mi
diff -u src/distrib/sets/lists/base/mi:1.1215 src/distrib/sets/lists/base/mi:1.1216
--- src/distrib/sets/lists/base/mi:1.1215	Sun Sep  8 20:55:57 2019
+++ src/distrib/sets/lists/base/mi	Sun Sep  8 21:04:31 2019
@@ -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

Index: src/external/bsd/openresolv/sbin/resolvconf/Makefile
diff -u src/external/bsd/openresolv/sbin/resolvconf/Makefile:1.8 src/external/bsd/openresolv/sbin/resolvconf/Makefile:1.9
--- src/external/bsd/openresolv/sbin/resolvconf/Makefile:1.8	Sun Sep  8 20:55:57 2019
+++ src/external/bsd/openresolv/sbin/resolvconf/Makefile	Sun Sep  8 21:04:31 2019
@@ -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 <bsd.own.mk>
@@ -9,7 +9,7 @@ DIST=		${NETBSDSRCDIR}/external/bsd/open
 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}

Reply via email to