Source-Changes-HG archive

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

[src/netbsd-3]: src/usr.sbin/bind Pull up following revision(s) (requested by...



details:   https://anonhg.NetBSD.org/src/rev/103a0e78bcd7
branches:  netbsd-3
changeset: 577520:103a0e78bcd7
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Nov 21 20:36:31 2005 +0000

description:
Pull up following revision(s) (requested by christos in ticket #972):
        usr.sbin/bind/check/named-checkconf/Makefile: revision 1.1
        usr.sbin/bind/dnssec/dnssec-makekeyset/Makefile: revision 1.1
        usr.sbin/bind/Makefile: revision 1.15
        usr.sbin/bind/dnssec/dnssec-keygen/Makefile: revision 1.1
        usr.sbin/bind/dnssec/Makefile.inc: revision 1.1
        usr.sbin/bind/check/named-checkzone/Makefile: revision 1.1
        usr.sbin/bind/check/Makefile.inc: revision 1.1
        usr.sbin/bind/dnssec/Makefile: revision 1.1
        usr.sbin/bind/check/Makefile: revision 1.1
        usr.sbin/bind/dnssec/dnssec-signzone/Makefile: revision 1.1
        usr.sbin/bind/dnssec/dnssec-signkey/Makefile: revision 1.1
add the dnssec and namedb check tools

diffstat:

 usr.sbin/bind/Makefile                          |   4 ++--
 usr.sbin/bind/check/Makefile                    |   7 +++++++
 usr.sbin/bind/check/Makefile.inc                |  15 +++++++++++++++
 usr.sbin/bind/check/named-checkconf/Makefile    |   7 +++++++
 usr.sbin/bind/check/named-checkzone/Makefile    |   7 +++++++
 usr.sbin/bind/dnssec/Makefile                   |   7 +++++++
 usr.sbin/bind/dnssec/Makefile.inc               |  14 ++++++++++++++
 usr.sbin/bind/dnssec/dnssec-keygen/Makefile     |   7 +++++++
 usr.sbin/bind/dnssec/dnssec-makekeyset/Makefile |   7 +++++++
 usr.sbin/bind/dnssec/dnssec-signkey/Makefile    |   7 +++++++
 usr.sbin/bind/dnssec/dnssec-signzone/Makefile   |   7 +++++++
 11 files changed, 87 insertions(+), 2 deletions(-)

diffs (138 lines):

diff -r ac1447b25549 -r 103a0e78bcd7 usr.sbin/bind/Makefile
--- a/usr.sbin/bind/Makefile    Mon Nov 21 20:30:23 2005 +0000
+++ b/usr.sbin/bind/Makefile    Mon Nov 21 20:36:31 2005 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.13.2.1 2005/10/15 16:45:21 riz Exp $
+#      $NetBSD: Makefile,v 1.13.2.2 2005/11/21 20:36:31 tron Exp $
 
 SUBDIR= libbind9 libdns libisc libisccc libisccfg liblwres .WAIT \
-       html dig host named nslookup nsupdate rndc rndc-confgen
+       html dig host named nslookup nsupdate rndc rndc-confgen dnssec check
 
 .include "Makefile.inc"
 
diff -r ac1447b25549 -r 103a0e78bcd7 usr.sbin/bind/check/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/bind/check/Makefile      Mon Nov 21 20:36:31 2005 +0000
@@ -0,0 +1,7 @@
+#      $NetBSD: Makefile,v 1.1.2.2 2005/11/21 20:36:31 tron Exp $
+
+SUBDIR= named-checkconf named-checkzone
+
+.include "Makefile.inc"
+
+.include <bsd.subdir.mk>
diff -r ac1447b25549 -r 103a0e78bcd7 usr.sbin/bind/check/Makefile.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/bind/check/Makefile.inc  Mon Nov 21 20:36:31 2005 +0000
@@ -0,0 +1,15 @@
+#      $NetBSD: Makefile.inc,v 1.1.2.2 2005/11/21 20:36:31 tron Exp $
+
+.include <bsd.own.mk>
+
+.include "${.CURDIR}/../../Makefile.inc"
+
+CPPFLAGS+=-DNAMED_CONFFILE=\"${SYSCONFDIR}/named.conf\"
+BINDIR=/usr/sbin
+CHECK=${IDIST}/bin/check
+
+.PATH: ${CHECK}
+
+PROG=${BASE}
+SRCS=${BASE}.c check-tool.c
+MAN=${BASE}.8
diff -r ac1447b25549 -r 103a0e78bcd7 usr.sbin/bind/check/named-checkconf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/bind/check/named-checkconf/Makefile      Mon Nov 21 20:36:31 2005 +0000
@@ -0,0 +1,7 @@
+#      $NetBSD: Makefile,v 1.1.2.2 2005/11/21 20:36:31 tron Exp $
+
+BASE=  ${.CURDIR:T}
+
+.include "${.CURDIR}/../Makefile.inc"
+
+.include <bsd.prog.mk>
diff -r ac1447b25549 -r 103a0e78bcd7 usr.sbin/bind/check/named-checkzone/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/bind/check/named-checkzone/Makefile      Mon Nov 21 20:36:31 2005 +0000
@@ -0,0 +1,7 @@
+#      $NetBSD: Makefile,v 1.1.2.2 2005/11/21 20:36:31 tron Exp $
+
+BASE=  ${.CURDIR:T}
+
+.include "${.CURDIR}/../Makefile.inc"
+
+.include <bsd.prog.mk>
diff -r ac1447b25549 -r 103a0e78bcd7 usr.sbin/bind/dnssec/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/bind/dnssec/Makefile     Mon Nov 21 20:36:31 2005 +0000
@@ -0,0 +1,7 @@
+#      $NetBSD: Makefile,v 1.1.2.2 2005/11/21 20:36:31 tron Exp $
+
+SUBDIR= dnssec-keygen dnssec-makekeyset dnssec-signkey dnssec-signzone
+
+.include "Makefile.inc"
+
+.include <bsd.subdir.mk>
diff -r ac1447b25549 -r 103a0e78bcd7 usr.sbin/bind/dnssec/Makefile.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/bind/dnssec/Makefile.inc Mon Nov 21 20:36:31 2005 +0000
@@ -0,0 +1,14 @@
+#      $NetBSD: Makefile.inc,v 1.1.2.2 2005/11/21 20:36:31 tron Exp $
+
+.include <bsd.own.mk>
+
+.include "${.CURDIR}/../../Makefile.inc"
+
+BINDIR=/usr/sbin
+DNSSEC=${IDIST}/bin/dnssec
+
+.PATH: ${DNSSEC}
+
+PROG=${BASE}
+SRCS=${BASE}.c dnssectool.c
+MAN=${BASE}.8
diff -r ac1447b25549 -r 103a0e78bcd7 usr.sbin/bind/dnssec/dnssec-keygen/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/bind/dnssec/dnssec-keygen/Makefile       Mon Nov 21 20:36:31 2005 +0000
@@ -0,0 +1,7 @@
+#      $NetBSD: Makefile,v 1.1.2.2 2005/11/21 20:36:31 tron Exp $
+
+BASE=  ${.CURDIR:T}
+
+.include "${.CURDIR}/../Makefile.inc"
+
+.include <bsd.prog.mk>
diff -r ac1447b25549 -r 103a0e78bcd7 usr.sbin/bind/dnssec/dnssec-makekeyset/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/bind/dnssec/dnssec-makekeyset/Makefile   Mon Nov 21 20:36:31 2005 +0000
@@ -0,0 +1,7 @@
+#      $NetBSD: Makefile,v 1.1.2.2 2005/11/21 20:36:31 tron Exp $
+
+BASE=  ${.CURDIR:T}
+
+.include "${.CURDIR}/../Makefile.inc"
+
+.include <bsd.prog.mk>
diff -r ac1447b25549 -r 103a0e78bcd7 usr.sbin/bind/dnssec/dnssec-signkey/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/bind/dnssec/dnssec-signkey/Makefile      Mon Nov 21 20:36:31 2005 +0000
@@ -0,0 +1,7 @@
+#      $NetBSD: Makefile,v 1.1.2.2 2005/11/21 20:36:31 tron Exp $
+
+BASE=  ${.CURDIR:T}
+
+.include "${.CURDIR}/../Makefile.inc"
+
+.include <bsd.prog.mk>
diff -r ac1447b25549 -r 103a0e78bcd7 usr.sbin/bind/dnssec/dnssec-signzone/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/bind/dnssec/dnssec-signzone/Makefile     Mon Nov 21 20:36:31 2005 +0000
@@ -0,0 +1,7 @@
+#      $NetBSD: Makefile,v 1.1.2.2 2005/11/21 20:36:31 tron Exp $
+
+BASE=  ${.CURDIR:T}
+
+.include "${.CURDIR}/../Makefile.inc"
+
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index