Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Add LINKS and MLINKS to the ddns-confgen Makefile to provide
details: https://anonhg.NetBSD.org/src/rev/1e6fe01553f2
branches: trunk
changeset: 366077:1e6fe01553f2
user: brad <brad%NetBSD.org@localhost>
date: Fri May 13 16:39:32 2022 +0000
description:
Add LINKS and MLINKS to the ddns-confgen Makefile to provide
tsig-keygen. This helps to allow pkgsrc/security/acmesh to function
and should be provided in all BIND >= 9.13 installs anyway.
diffstat:
distrib/sets/lists/base/mi | 3 ++-
distrib/sets/lists/man/mi | 5 ++++-
external/mpl/bind/bin/confgen/ddns-confgen/Makefile | 5 ++++-
3 files changed, 10 insertions(+), 3 deletions(-)
diffs (63 lines):
diff -r ed532f7130de -r 1e6fe01553f2 distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi Fri May 13 15:02:34 2022 +0000
+++ b/distrib/sets/lists/base/mi Fri May 13 16:39:32 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1294 2022/04/25 02:29:13 gutteridge Exp $
+# $NetBSD: mi,v 1.1295 2022/05/13 16:39:32 brad Exp $
#
# Note: Don't delete entries from here - mark them as "obsolete" instead,
# unless otherwise stated below.
@@ -1955,6 +1955,7 @@
./usr/sbin/traceroute6 base-netutil-bin use_inet6
./usr/sbin/trpt base-netutil-bin
./usr/sbin/trsp base-obsolete obsolete
+./usr/sbin/tsig-keygen base-bind-bin
./usr/sbin/unbound base-netutil-bin unbound
./usr/sbin/unbound-anchor base-netutil-bin unbound
./usr/sbin/unbound-checkconf base-netutil-bin unbound
diff -r ed532f7130de -r 1e6fe01553f2 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Fri May 13 15:02:34 2022 +0000
+++ b/distrib/sets/lists/man/mi Fri May 13 16:39:32 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1738 2022/04/06 14:20:07 reinoud Exp $
+# $NetBSD: mi,v 1.1739 2022/05/13 16:39:33 brad Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -3255,6 +3255,7 @@
./usr/share/man/cat8/trivial-rewrite.0 man-postfix-catman postfix,.cat
./usr/share/man/cat8/trpt.0 man-netutil-catman .cat
./usr/share/man/cat8/trsp.0 man-obsolete obsolete
+./usr/share/man/cat8/tsig-keygen.0 man-bind-catman .cat
./usr/share/man/cat8/ttyflags.0 man-sysutil-catman .cat
./usr/share/man/cat8/tunefs.0 man-sysutil-catman .cat
./usr/share/man/cat8/umbctl.0 man-netutil-catman .cat
@@ -6222,6 +6223,7 @@
./usr/share/man/html8/traceroute6.html man-netutil-htmlman use_inet6,html
./usr/share/man/html8/trivial-rewrite.html man-postfix-htmlman postfix,html
./usr/share/man/html8/trpt.html man-netutil-htmlman html
+./usr/share/man/html8/tsig-keygen.html man-bind-htmlman html
./usr/share/man/html8/ttyflags.html man-sysutil-htmlman html
./usr/share/man/html8/tunefs.html man-sysutil-htmlman html
./usr/share/man/html8/umbctl.html man-netutil-htmlman html
@@ -9536,6 +9538,7 @@
./usr/share/man/man8/trivial-rewrite.8 man-postfix-man postfix,.man
./usr/share/man/man8/trpt.8 man-netutil-man .man
./usr/share/man/man8/trsp.8 man-obsolete obsolete
+./usr/share/man/man8/tsig-keygen.8 man-bind-man .man
./usr/share/man/man8/ttyflags.8 man-sysutil-man .man
./usr/share/man/man8/tunefs.8 man-sysutil-man .man
./usr/share/man/man8/umbctl.8 man-netutil-man .man
diff -r ed532f7130de -r 1e6fe01553f2 external/mpl/bind/bin/confgen/ddns-confgen/Makefile
--- a/external/mpl/bind/bin/confgen/ddns-confgen/Makefile Fri May 13 15:02:34 2022 +0000
+++ b/external/mpl/bind/bin/confgen/ddns-confgen/Makefile Fri May 13 16:39:32 2022 +0000
@@ -1,5 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2018/08/12 13:02:24 christos Exp $
+# $NetBSD: Makefile,v 1.2 2022/05/13 16:39:32 brad Exp $
.include "${.PARSEDIR}/../Makefile.inc"
+LINKS= ${BINDIR}/ddns-confgen ${BINDIR}/tsig-keygen
+MLINKS= ddns-confgen.8 tsig-keygen.8
+
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index