Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src resolvconf: Build the pdns_recursor subscriber



details:   https://anonhg.NetBSD.org/src/rev/e8761083a8f8
branches:  trunk
changeset: 459404:e8761083a8f8
user:      roy <roy%NetBSD.org@localhost>
date:      Sun Sep 08 20:55:57 2019 +0000

description:
resolvconf: Build the pdns_recursor subscriber

As it now does something more useful than libc.

diffstat:

 distrib/sets/lists/base/mi                       |  3 ++-
 external/bsd/openresolv/sbin/resolvconf/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 2fc4d97cabfa -r e8761083a8f8 distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi        Sun Sep 08 20:48:50 2019 +0000
+++ b/distrib/sets/lists/base/mi        Sun Sep 08 20:55:57 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1214 2019/09/03 15:34:08 riastradh Exp $
+# $NetBSD: mi,v 1.1215 2019/09/08 20:55:57 roy Exp $
 #
 # Note:        Don't delete entries from here - mark them as "obsolete" instead,
 #      unless otherwise stated below.
@@ -472,6 +472,7 @@
 ./libexec/resolvconf/dnsmasq                   base-resolvconf-root
 ./libexec/resolvconf/libc                      base-resolvconf-root
 ./libexec/resolvconf/named                     base-resolvconf-root
+./libexec/resolvconf/pdns_recursor             base-resolvconf-root
 ./libexec/resolvconf/unbound                   base-resolvconf-root
 ./mnt                                          base-sys-root
 ./rescue                                       base-sys-root
diff -r 2fc4d97cabfa -r e8761083a8f8 external/bsd/openresolv/sbin/resolvconf/Makefile
--- a/external/bsd/openresolv/sbin/resolvconf/Makefile  Sun Sep 08 20:48:50 2019 +0000
+++ b/external/bsd/openresolv/sbin/resolvconf/Makefile  Sun Sep 08 20:55:57 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/04/11 10:43:24 roy Exp $
+# $NetBSD: Makefile,v 1.8 2019/09/08 20:55:57 roy Exp $
 #
 
 .include <bsd.own.mk>
@@ -9,7 +9,7 @@
 SCRIPTS=       resolvconf
 SCRIPTSDIR=    /sbin
 
-FILES=         libc dnsmasq named unbound
+FILES=         libc dnsmasq named pdns_recursor unbound
 FILESDIR=      /libexec/resolvconf
 # We should not have to do this ...
 .for f in ${FILES}



Home | Main Index | Thread Index | Old Index