Module Name: src Committed By: christos Date: Wed Feb 21 22:53:48 UTC 2024
Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: mi src/distrib/sets/lists/debug: mi shl.mi src/distrib/sets/lists/man: mi Log Message: changes for new bind. XXX: removing lint libraries where lint does not work anymore is temporary. To generate a diff of this commit: cvs rdiff -u -r1.975 -r1.976 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.2453 -r1.2454 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.426 -r1.427 src/distrib/sets/lists/debug/mi cvs rdiff -u -r1.337 -r1.338 src/distrib/sets/lists/debug/shl.mi cvs rdiff -u -r1.1768 -r1.1769 src/distrib/sets/lists/man/mi 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/shl.mi diff -u src/distrib/sets/lists/base/shl.mi:1.975 src/distrib/sets/lists/base/shl.mi:1.976 --- src/distrib/sets/lists/base/shl.mi:1.975 Sat Feb 17 13:32:19 2024 +++ src/distrib/sets/lists/base/shl.mi Wed Feb 21 17:53:47 2024 @@ -1,4 +1,4 @@ -# $NetBSD: shl.mi,v 1.975 2024/02/17 18:32:19 christos Exp $ +# $NetBSD: shl.mi,v 1.976 2024/02/21 22:53:47 christos Exp $ # # Note: Don't delete entries from here - mark them as "obsolete" instead, # unless otherwise stated below. @@ -232,8 +232,8 @@ ./usr/lib/libbfd.so.18 base-sys-shlib compatfile,binutils=239 ./usr/lib/libbfd.so.18.0 base-sys-shlib compatfile,binutils=239 ./usr/lib/libbind9.so base-bind-shlib compatfile -./usr/lib/libbind9.so.20 base-bind-shlib compatfile -./usr/lib/libbind9.so.20.0 base-bind-shlib compatfile +./usr/lib/libbind9.so.21 base-bind-shlib compatfile +./usr/lib/libbind9.so.21.0 base-bind-shlib compatfile ./usr/lib/libblacklist.so base-obsolete obsolete,compatfile ./usr/lib/libblocklist.so base-sys-shlib compatfile ./usr/lib/libblocklist.so.0 base-sys-shlib compatfile @@ -296,8 +296,8 @@ ./usr/lib/libdm.so.0 base-sys-shlib compatfile ./usr/lib/libdm.so.0.0 base-sys-shlib compatfile ./usr/lib/libdns.so base-bind-shlib compatfile -./usr/lib/libdns.so.20 base-bind-shlib compatfile -./usr/lib/libdns.so.20.0 base-bind-shlib compatfile +./usr/lib/libdns.so.21 base-bind-shlib compatfile +./usr/lib/libdns.so.21.0 base-bind-shlib compatfile ./usr/lib/libdns_sd.so base-mdns-shlib compatfile,mdns ./usr/lib/libdns_sd.so.0 base-mdns-shlib compatfile,mdns ./usr/lib/libdns_sd.so.0.0 base-mdns-shlib compatfile,mdns @@ -373,17 +373,17 @@ ./usr/lib/libipsec.so.3 base-net-shlib compatfile ./usr/lib/libipsec.so.3.0 base-net-shlib compatfile ./usr/lib/libirs.so base-bind-shlib compatfile -./usr/lib/libirs.so.20 base-bind-shlib compatfile -./usr/lib/libirs.so.20.0 base-bind-shlib compatfile +./usr/lib/libirs.so.21 base-bind-shlib compatfile +./usr/lib/libirs.so.21.0 base-bind-shlib compatfile ./usr/lib/libisc.so base-bind-shlib compatfile -./usr/lib/libisc.so.20 base-bind-shlib compatfile -./usr/lib/libisc.so.20.0 base-bind-shlib compatfile +./usr/lib/libisc.so.21 base-bind-shlib compatfile +./usr/lib/libisc.so.21.0 base-bind-shlib compatfile ./usr/lib/libisccc.so base-bind-shlib compatfile -./usr/lib/libisccc.so.20 base-bind-shlib compatfile -./usr/lib/libisccc.so.20.0 base-bind-shlib compatfile +./usr/lib/libisccc.so.21 base-bind-shlib compatfile +./usr/lib/libisccc.so.21.0 base-bind-shlib compatfile ./usr/lib/libisccfg.so base-bind-shlib compatfile -./usr/lib/libisccfg.so.20 base-bind-shlib compatfile -./usr/lib/libisccfg.so.20.0 base-bind-shlib compatfile +./usr/lib/libisccfg.so.21 base-bind-shlib compatfile +./usr/lib/libisccfg.so.21.0 base-bind-shlib compatfile ./usr/lib/libiscsi.so base-iscsi-shlib iscsi,compatfile ./usr/lib/libiscsi.so.2 base-iscsi-shlib iscsi,compatfile ./usr/lib/libiscsi.so.2.0 base-iscsi-shlib iscsi,compatfile @@ -464,8 +464,8 @@ ./usr/lib/libnpf.so.0 base-npf-shlib npf,compatfile ./usr/lib/libnpf.so.0.1 base-npf-shlib npf,compatfile ./usr/lib/libns.so base-bind-shlib compatfile -./usr/lib/libns.so.20 base-bind-shlib compatfile -./usr/lib/libns.so.20.0 base-bind-shlib compatfile +./usr/lib/libns.so.21 base-bind-shlib compatfile +./usr/lib/libns.so.21.0 base-bind-shlib compatfile ./usr/lib/libnvmm.so base-sys-shlib nvmm,pic ./usr/lib/libnvmm.so.0 base-sys-shlib nvmm,pic ./usr/lib/libnvmm.so.0.1 base-sys-shlib nvmm,pic Index: src/distrib/sets/lists/comp/mi diff -u src/distrib/sets/lists/comp/mi:1.2453 src/distrib/sets/lists/comp/mi:1.2454 --- src/distrib/sets/lists/comp/mi:1.2453 Fri Jan 26 14:27:29 2024 +++ src/distrib/sets/lists/comp/mi Wed Feb 21 17:53:47 2024 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.2453 2024/01/26 19:27:29 nros Exp $ +# $NetBSD: mi,v 1.2454 2024/02/21 22:53:47 christos Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. ./etc/mtree/set.comp comp-sys-root @@ -4420,7 +4420,7 @@ ./usr/libdata/lint/llib-lcurses.ln comp-c-lintlib lint ./usr/libdata/lint/llib-ldes.ln comp-c-lintlib lint ./usr/libdata/lint/llib-ldm.ln comp-c-lintlib lint -./usr/libdata/lint/llib-ldns.ln comp-bind-lintlib lint +./usr/libdata/lint/llib-ldns.ln comp-obsolete obsolete ./usr/libdata/lint/llib-ldns_sd.ln comp-mdns-lintlib lint,mdns ./usr/libdata/lint/llib-ldwarf.ln comp-c-lintlib lint ./usr/libdata/lint/llib-ledit.ln comp-c-lintlib lint @@ -4439,9 +4439,9 @@ ./usr/libdata/lint/llib-lintl.ln comp-c-lintlib lint ./usr/libdata/lint/llib-lipsec.ln comp-c-lintlib lint ./usr/libdata/lint/llib-lirs.ln comp-bind-lintlib lint -./usr/libdata/lint/llib-lisc.ln comp-bind-lintlib lint +./usr/libdata/lint/llib-lisc.ln comp-obsolete obsolete ./usr/libdata/lint/llib-lisccc.ln comp-bind-lintlib lint -./usr/libdata/lint/llib-lisccfg.ln comp-bind-lintlib lint +./usr/libdata/lint/llib-lisccfg.ln comp-obsolete obsolete ./usr/libdata/lint/llib-liscsi.ln comp-c-lintlib lint,iscsi ./usr/libdata/lint/llib-lisns.ln comp-isns-lintlib lint ./usr/libdata/lint/llib-ljemalloc.ln comp-c-lintlib lint @@ -4466,7 +4466,7 @@ ./usr/libdata/lint/llib-lnetpgp.ln comp-c-lintlib lint ./usr/libdata/lint/llib-lnetpgpverify.ln comp-c-lintlib lint ./usr/libdata/lint/llib-lnpf.ln comp-npf-lintlib lint,npf -./usr/libdata/lint/llib-lns.ln comp-bind-lintlib lint +./usr/libdata/lint/llib-lns.ln comp-obsolete obsolete ./usr/libdata/lint/llib-lntp.ln comp-obsolete obsolete ./usr/libdata/lint/llib-lnvmm.ln comp-c-lintlib nvmm,lint ./usr/libdata/lint/llib-lopenpgpsdk.ln comp-obsolete obsolete Index: src/distrib/sets/lists/debug/mi diff -u src/distrib/sets/lists/debug/mi:1.426 src/distrib/sets/lists/debug/mi:1.427 --- src/distrib/sets/lists/debug/mi:1.426 Tue Feb 20 09:13:45 2024 +++ src/distrib/sets/lists/debug/mi Wed Feb 21 17:53:47 2024 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.426 2024/02/20 14:13:45 christos Exp $ +# $NetBSD: mi,v 1.427 2024/02/21 22:53:47 christos Exp $ ./etc/mtree/set.debug comp-sys-root ./usr/lib comp-sys-usr compatdir ./usr/lib/i18n/libBIG5_g.a comp-c-debuglib debuglib,compatfile @@ -1083,7 +1083,7 @@ ./usr/libdata/debug/usr/sbin/cron.debug comp-cron-debug debug ./usr/libdata/debug/usr/sbin/daicctl.debug comp-obsolete obsolete ./usr/libdata/debug/usr/sbin/dbsym.debug comp-sysutil-debug binutils,debug -./usr/libdata/debug/usr/sbin/ddns-confgen.debug comp-bind-bin debug +./usr/libdata/debug/usr/sbin/ddns-confgen.debug comp-obsolete obsolete ./usr/libdata/debug/usr/sbin/dev_mkdb.debug comp-sysutil-debug debug ./usr/libdata/debug/usr/sbin/dhcpd.debug comp-dhcpd-debug debug ./usr/libdata/debug/usr/sbin/dhcrelay.debug comp-dhcpd-debug debug @@ -1358,6 +1358,7 @@ ./usr/libdata/debug/usr/sbin/traceroute6.debug comp-netutil-debug use_inet6,debug ./usr/libdata/debug/usr/sbin/trpt.debug comp-netutil-debug debug ./usr/libdata/debug/usr/sbin/trsp.debug comp-obsolete obsolete,compatfile +./usr/libdata/debug/usr/sbin/tsig-keygen.debug comp-bind-bin debug ./usr/libdata/debug/usr/sbin/unbound-anchor.debug base-netutil-debug debug,unbound ./usr/libdata/debug/usr/sbin/unbound-checkconf.debug base-netutil-debug debug,unbound ./usr/libdata/debug/usr/sbin/unbound-control.debug base-netutil-debug debug,unbound Index: src/distrib/sets/lists/debug/shl.mi diff -u src/distrib/sets/lists/debug/shl.mi:1.337 src/distrib/sets/lists/debug/shl.mi:1.338 --- src/distrib/sets/lists/debug/shl.mi:1.337 Tue Feb 20 09:13:45 2024 +++ src/distrib/sets/lists/debug/shl.mi Wed Feb 21 17:53:47 2024 @@ -1,4 +1,4 @@ -# $NetBSD: shl.mi,v 1.337 2024/02/20 14:13:45 christos Exp $ +# $NetBSD: shl.mi,v 1.338 2024/02/21 22:53:47 christos Exp $ ./usr/lib/libbfd_g.a comp-c-debuglib debuglib,compatfile,binutils ./usr/lib/libgcc_eh_g.a comp-c-debuglib debuglib,compatfile,gcc ./usr/lib/libgcc_s_g.a comp-c-debuglib debuglib,compatfile,gcc @@ -77,7 +77,7 @@ ./usr/libdata/debug/usr/lib/libbfd.so.16.0.debug comp-sys-debug debug,compatfile,binutils=231 ./usr/libdata/debug/usr/lib/libbfd.so.17.0.debug comp-sys-debug debug,compatfile,binutils=234 ./usr/libdata/debug/usr/lib/libbfd.so.18.0.debug comp-sys-debug debug,compatfile,binutils=239 -./usr/libdata/debug/usr/lib/libbind9.so.20.0.debug comp-bind-debug debug,compatfile +./usr/libdata/debug/usr/lib/libbind9.so.21.0.debug comp-bind-debug debug,compatfile ./usr/libdata/debug/usr/lib/libblocklist.so.0.0.debug comp-sys-debug debug,compatfile ./usr/libdata/debug/usr/lib/libbluetooth.so.4.2.debug comp-sys-debug debug,compatfile ./usr/libdata/debug/usr/lib/libbozohttpd.so.1.0.debug comp-sys-debug debug,compatfile @@ -98,7 +98,7 @@ ./usr/libdata/debug/usr/lib/libdes.so.15.0.debug comp-crypto-debug debug,compatfile,openssl=30 ./usr/libdata/debug/usr/lib/libdevmapper.so.1.0.debug comp-lvm-debug debug,compatfile,lvm ./usr/libdata/debug/usr/lib/libdm.so.0.0.debug comp-sys-debug debug,compatfile -./usr/libdata/debug/usr/lib/libdns.so.20.0.debug comp-bind-debug debug,compatfile +./usr/libdata/debug/usr/lib/libdns.so.21.0.debug comp-bind-debug debug,compatfile ./usr/libdata/debug/usr/lib/libdns_sd.so.0.0.debug comp-mdns-debug debug,compatfile,mdns ./usr/libdata/debug/usr/lib/libdtrace.so.3.0.debug comp-sys-debug debug,compatfile,dtrace ./usr/libdata/debug/usr/lib/libdwarf.so.2.0.debug comp-sys-debug debug,compatfile @@ -126,10 +126,10 @@ ./usr/libdata/debug/usr/lib/libhx509.so.7.0.debug comp-krb5-debug debug,compatfile,kerberos ./usr/libdata/debug/usr/lib/libintl.so.1.1.debug comp-sys-debug debug,compatfile ./usr/libdata/debug/usr/lib/libipsec.so.3.0.debug comp-net-debug debug,compatfile -./usr/libdata/debug/usr/lib/libirs.so.20.0.debug comp-bind-debug debug,compatfile -./usr/libdata/debug/usr/lib/libisc.so.20.0.debug comp-bind-debug debug,compatfile -./usr/libdata/debug/usr/lib/libisccc.so.20.0.debug comp-bind-debug debug,compatfile -./usr/libdata/debug/usr/lib/libisccfg.so.20.0.debug comp-bind-debug debug,compatfile +./usr/libdata/debug/usr/lib/libirs.so.21.0.debug comp-bind-debug debug,compatfile +./usr/libdata/debug/usr/lib/libisc.so.21.0.debug comp-bind-debug debug,compatfile +./usr/libdata/debug/usr/lib/libisccc.so.21.0.debug comp-bind-debug debug,compatfile +./usr/libdata/debug/usr/lib/libisccfg.so.21.0.debug comp-bind-debug debug,compatfile ./usr/libdata/debug/usr/lib/libiscsi.so.2.0.debug comp-iscsi-debug debug,compatfile,iscsi ./usr/libdata/debug/usr/lib/libisns.so.0.0.debug comp-isns-debug debug,compatfile ./usr/libdata/debug/usr/lib/libjemalloc.so.0.0.debug comp-sys-debug debug,compatfile @@ -155,7 +155,7 @@ ./usr/libdata/debug/usr/lib/libnetpgp.so.4.0.debug comp-crypto-debug debug,compatfile ./usr/libdata/debug/usr/lib/libnetpgpverify.so.5.0.debug comp-crypto-debug debug,compatfile ./usr/libdata/debug/usr/lib/libnpf.so.0.1.debug comp-npf-debug debug,compatfile,npf -./usr/libdata/debug/usr/lib/libns.so.20.0.debug comp-bind-debug debug,compatfile +./usr/libdata/debug/usr/lib/libns.so.21.0.debug comp-bind-debug debug,compatfile ./usr/libdata/debug/usr/lib/libnvmm.so.0.1.debug comp-sys-shlib nvmm,pic,debug ./usr/libdata/debug/usr/lib/libnvpair.so.0.0.debug comp-zfs-debug debug,compatfile,zfs ./usr/libdata/debug/usr/lib/libobjc.so.4.0.debug comp-sys-debug debug,compatfile,gcc Index: src/distrib/sets/lists/man/mi diff -u src/distrib/sets/lists/man/mi:1.1768 src/distrib/sets/lists/man/mi:1.1769 --- src/distrib/sets/lists/man/mi:1.1768 Mon Jan 1 13:56:53 2024 +++ src/distrib/sets/lists/man/mi Wed Feb 21 17:53:48 2024 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1768 2024/01/01 18:56:53 kim Exp $ +# $NetBSD: mi,v 1.1769 2024/02/21 22:53:48 christos Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -147,6 +147,14 @@ ./usr/share/man/cat1/dns-sd.0 man-mdns-catman mdns,.cat ./usr/share/man/cat1/dnskeygen.0 man-obsolete obsolete ./usr/share/man/cat1/dnsquery.0 man-obsolete obsolete +./usr/share/man/cat1/dnssec-dsfromkey.0 man-bind-catman .cat +./usr/share/man/cat1/dnssec-importkey.0 man-bind-catman .cat +./usr/share/man/cat1/dnssec-keyfromlabel.0 man-bind-catman .cat +./usr/share/man/cat1/dnssec-keygen.0 man-bind-catman .cat +./usr/share/man/cat1/dnssec-revoke.0 man-bind-catman .cat +./usr/share/man/cat1/dnssec-settime.0 man-bind-catman .cat +./usr/share/man/cat1/dnssec-signzone.0 man-bind-catman .cat +./usr/share/man/cat1/dnssec-verify.0 man-bind-catman .cat ./usr/share/man/cat1/domainname.0 man-nis-catman .cat ./usr/share/man/cat1/download-vulnerability-list.0 man-obsolete obsolete ./usr/share/man/cat1/dtmfdecode.0 man-obsolete obsolete @@ -356,6 +364,10 @@ ./usr/share/man/cat1/msguniq.0 man-locale-catman .cat ./usr/share/man/cat1/mt.0 man-util-catman .cat ./usr/share/man/cat1/mv.0 man-util-catman .cat +./usr/share/man/cat1/named-checkconf.0 man-bind-catman .cat +./usr/share/man/cat1/named-checkzone.0 man-bind-catman .cat +./usr/share/man/cat1/named-compilezone.0 man-bind-catman .cat +./usr/share/man/cat1/named-journalprint.0 man-bind-catman .cat ./usr/share/man/cat1/nbsvtool.0 man-crypto-catman .cat ./usr/share/man/cat1/nc.0 man-netutil-catman .cat ./usr/share/man/cat1/netgroup.0 man-nis-catman .cat @@ -370,6 +382,7 @@ ./usr/share/man/cat1/nice.0 man-util-catman .cat ./usr/share/man/cat1/nl.0 man-util-catman .cat ./usr/share/man/cat1/nohup.0 man-util-catman .cat +./usr/share/man/cat1/nsec3hash.0 man-bind-catman .cat ./usr/share/man/cat1/nsupdate.0 man-netutil-catman .cat ./usr/share/man/cat1/nvi.0 man-obsolete obsolete ./usr/share/man/cat1/nview.0 man-obsolete obsolete @@ -454,8 +467,8 @@ ./usr/share/man/cat1/postcat.0 man-postfix-catman postfix,.cat ./usr/share/man/cat1/postconf.0 man-postfix-catman postfix,.cat ./usr/share/man/cat1/postdrop.0 man-postfix-catman postfix,.cat -./usr/share/man/cat1/postfix.0 man-postfix-catman postfix,.cat ./usr/share/man/cat1/postfix-tls.0 man-postfix-catman postfix,.cat +./usr/share/man/cat1/postfix.0 man-postfix-catman postfix,.cat ./usr/share/man/cat1/postkick.0 man-postfix-catman postfix,.cat ./usr/share/man/cat1/postlock.0 man-postfix-catman postfix,.cat ./usr/share/man/cat1/postlog.0 man-postfix-catman postfix,.cat @@ -2650,9 +2663,9 @@ ./usr/share/man/cat8/cats/MAKEDEV.0 man-obsolete obsolete ./usr/share/man/cat8/cats/makedev.0 man-obsolete obsolete ./usr/share/man/cat8/ccdconfig.0 man-sysutil-catman .cat +./usr/share/man/cat8/certctl.0 man-sysutil-catman .cat ./usr/share/man/cat8/cesfic/MAKEDEV.0 man-obsolete obsolete ./usr/share/man/cat8/cesfic/makedev.0 man-obsolete obsolete -./usr/share/man/cat8/certctl.0 man-sysutil-catman .cat ./usr/share/man/cat8/cgdconfig.0 man-sysutil-catman .cat ./usr/share/man/cat8/chat.0 man-ppp-catman .cat ./usr/share/man/cat8/chown.0 man-sysutil-catman .cat @@ -2708,16 +2721,16 @@ ./usr/share/man/cat8/dmesg.0 man-sysutil-catman .cat ./usr/share/man/cat8/dmsetup.0 man-lvm-catman lvm,.cat ./usr/share/man/cat8/dnsblog.0 man-postfix-catman postfix,.cat -./usr/share/man/cat8/dnssec-dsfromkey.0 man-bind-catman .cat -./usr/share/man/cat8/dnssec-importkey.0 man-bind-catman .cat -./usr/share/man/cat8/dnssec-keyfromlabel.0 man-bind-catman .cat -./usr/share/man/cat8/dnssec-keygen.0 man-bind-catman .cat +./usr/share/man/cat8/dnssec-dsfromkey.0 man-obsolete obsolete +./usr/share/man/cat8/dnssec-importkey.0 man-obsolete obsolete +./usr/share/man/cat8/dnssec-keyfromlabel.0 man-obsolete obsolete +./usr/share/man/cat8/dnssec-keygen.0 man-obsolete obsolete ./usr/share/man/cat8/dnssec-makekeyset.0 man-obsolete obsolete -./usr/share/man/cat8/dnssec-revoke.0 man-bind-catman .cat -./usr/share/man/cat8/dnssec-settime.0 man-bind-catman .cat +./usr/share/man/cat8/dnssec-revoke.0 man-obsolete obsolete +./usr/share/man/cat8/dnssec-settime.0 man-obsolete obsolete ./usr/share/man/cat8/dnssec-signkey.0 man-obsolete obsolete -./usr/share/man/cat8/dnssec-signzone.0 man-bind-catman .cat -./usr/share/man/cat8/dnssec-verify.0 man-bind-catman .cat +./usr/share/man/cat8/dnssec-signzone.0 man-obsolete obsolete +./usr/share/man/cat8/dnssec-verify.0 man-obsolete obsolete ./usr/share/man/cat8/dreamcast/MAKEDEV.0 man-obsolete obsolete ./usr/share/man/cat8/dreamcast/boot.0 man-sysutil-catman .cat ./usr/share/man/cat8/dreamcast/makedev.0 man-obsolete obsolete @@ -3027,10 +3040,10 @@ ./usr/share/man/cat8/mvmeppc/MAKEDEV.0 man-obsolete obsolete ./usr/share/man/cat8/mvmeppc/makedev.0 man-obsolete obsolete ./usr/share/man/cat8/named-bootconf.0 man-obsolete obsolete -./usr/share/man/cat8/named-checkconf.0 man-bind-catman .cat -./usr/share/man/cat8/named-checkzone.0 man-bind-catman .cat -./usr/share/man/cat8/named-compilezone.0 man-bind-catman .cat -./usr/share/man/cat8/named-journalprint.0 man-bind-catman .cat +./usr/share/man/cat8/named-checkconf.0 man-obsolete obsolete +./usr/share/man/cat8/named-checkzone.0 man-obsolete obsolete +./usr/share/man/cat8/named-compilezone.0 man-obsolete obsolete +./usr/share/man/cat8/named-journalprint.0 man-obsolete obsolete ./usr/share/man/cat8/named-xfer.0 man-obsolete obsolete ./usr/share/man/cat8/named.0 man-bind-catman .cat ./usr/share/man/cat8/named.reload.0 man-obsolete obsolete @@ -3073,7 +3086,7 @@ ./usr/share/man/cat8/nsd-checkzone.0 man-nsd-catman .cat,nsd ./usr/share/man/cat8/nsd-control.0 man-nsd-catman .cat,nsd ./usr/share/man/cat8/nsd.0 man-nsd-catman .cat,nsd -./usr/share/man/cat8/nsec3hash.0 man-bind-catman .cat +./usr/share/man/cat8/nsec3hash.0 man-obsolete obsolete ./usr/share/man/cat8/nslookup.0 man-netutil-catman .cat ./usr/share/man/cat8/nsupdate.0 man-obsolete obsolete ./usr/share/man/cat8/ntalkd.0 man-netutil-catman .cat @@ -3623,6 +3636,14 @@ ./usr/share/man/html1/dirname.html man-util-htmlman html ./usr/share/man/html1/dirs.html man-util-htmlman html ./usr/share/man/html1/dns-sd.html man-mdns-htmlman mdns,html +./usr/share/man/html1/dnssec-dsfromkey.html man-bind-htmlman html +./usr/share/man/html1/dnssec-importkey.html man-bind-htmlman html +./usr/share/man/html1/dnssec-keyfromlabel.html man-bind-htmlman html +./usr/share/man/html1/dnssec-keygen.html man-bind-htmlman html +./usr/share/man/html1/dnssec-revoke.html man-bind-htmlman html +./usr/share/man/html1/dnssec-settime.html man-bind-htmlman html +./usr/share/man/html1/dnssec-signzone.html man-bind-htmlman html +./usr/share/man/html1/dnssec-verify.html man-bind-htmlman html ./usr/share/man/html1/domainname.html man-nis-htmlman html ./usr/share/man/html1/download-vulnerability-list.html man-obsolete obsolete ./usr/share/man/html1/dtmfdecode.html man-obsolete obsolete @@ -3818,6 +3839,10 @@ ./usr/share/man/html1/msguniq.html man-locale-htmlman html ./usr/share/man/html1/mt.html man-util-htmlman html ./usr/share/man/html1/mv.html man-util-htmlman html +./usr/share/man/html1/named-checkconf.html man-bind-htmlman html +./usr/share/man/html1/named-checkzone.html man-bind-htmlman html +./usr/share/man/html1/named-compilezone.html man-bind-htmlman html +./usr/share/man/html1/named-journalprint.html man-bind-htmlman html ./usr/share/man/html1/nbsvtool.html man-crypto-htmlman html ./usr/share/man/html1/nc.html man-netutil-htmlman html ./usr/share/man/html1/netgroup.html man-nis-htmlman html @@ -3832,6 +3857,7 @@ ./usr/share/man/html1/nice.html man-util-htmlman html ./usr/share/man/html1/nl.html man-util-htmlman html ./usr/share/man/html1/nohup.html man-util-htmlman html +./usr/share/man/html1/nsec3hash.html man-bind-htmlman html ./usr/share/man/html1/nsupdate.html man-netutil-htmlman html ./usr/share/man/html1/nvi.html man-obsolete obsolete ./usr/share/man/html1/nview.html man-obsolete obsolete @@ -3914,8 +3940,8 @@ ./usr/share/man/html1/postcat.html man-postfix-htmlman postfix,html ./usr/share/man/html1/postconf.html man-postfix-htmlman postfix,html ./usr/share/man/html1/postdrop.html man-postfix-htmlman postfix,html -./usr/share/man/html1/postfix.html man-postfix-htmlman postfix,html ./usr/share/man/html1/postfix-tls.html man-postfix-htmlman postfix,html +./usr/share/man/html1/postfix.html man-postfix-htmlman postfix,html ./usr/share/man/html1/postkick.html man-postfix-htmlman postfix,html ./usr/share/man/html1/postlock.html man-postfix-htmlman postfix,html ./usr/share/man/html1/postlog.html man-postfix-htmlman postfix,html @@ -5964,14 +5990,14 @@ ./usr/share/man/html8/dmesg.html man-sysutil-htmlman html ./usr/share/man/html8/dmsetup.html man-lvm-htmlman lvm,html ./usr/share/man/html8/dnsblog.html man-postfix-htmlman postfix,html -./usr/share/man/html8/dnssec-dsfromkey.html man-bind-htmlman html -./usr/share/man/html8/dnssec-importkey.html man-bind-htmlman html -./usr/share/man/html8/dnssec-keyfromlabel.html man-bind-htmlman html -./usr/share/man/html8/dnssec-keygen.html man-bind-htmlman html -./usr/share/man/html8/dnssec-revoke.html man-bind-htmlman html -./usr/share/man/html8/dnssec-settime.html man-bind-htmlman html -./usr/share/man/html8/dnssec-signzone.html man-bind-htmlman html -./usr/share/man/html8/dnssec-verify.html man-bind-htmlman html +./usr/share/man/html8/dnssec-dsfromkey.html man-obsolete obsolete +./usr/share/man/html8/dnssec-importkey.html man-obsolete obsolete +./usr/share/man/html8/dnssec-keyfromlabel.html man-obsolete obsolete +./usr/share/man/html8/dnssec-keygen.html man-obsolete obsolete +./usr/share/man/html8/dnssec-revoke.html man-obsolete obsolete +./usr/share/man/html8/dnssec-settime.html man-obsolete obsolete +./usr/share/man/html8/dnssec-signzone.html man-obsolete obsolete +./usr/share/man/html8/dnssec-verify.html man-obsolete obsolete ./usr/share/man/html8/dreamcast/boot.html man-sysutil-htmlman html ./usr/share/man/html8/drvctl.html man-sysutil-htmlman html ./usr/share/man/html8/dump.html man-sysutil-htmlman html @@ -6213,10 +6239,10 @@ ./usr/share/man/html8/mtree.html man-sysutil-htmlman html ./usr/share/man/html8/mvme68k/boot.html man-sys-htmlman html ./usr/share/man/html8/mvme68k/installboot.html man-sysutil-htmlman html -./usr/share/man/html8/named-checkconf.html man-bind-htmlman html -./usr/share/man/html8/named-checkzone.html man-bind-htmlman html -./usr/share/man/html8/named-compilezone.html man-bind-htmlman html -./usr/share/man/html8/named-journalprint.html man-bind-htmlman html +./usr/share/man/html8/named-checkconf.html man-obsolete obsolete +./usr/share/man/html8/named-checkzone.html man-obsolete obsolete +./usr/share/man/html8/named-compilezone.html man-obsolete obsolete +./usr/share/man/html8/named-journalprint.html man-obsolete obsolete ./usr/share/man/html8/named.html man-bind-htmlman html ./usr/share/man/html8/ncdcs.html man-sysutil-htmlman binutils,html ./usr/share/man/html8/ndbootd.html man-bootserver-htmlman html @@ -6244,7 +6270,7 @@ ./usr/share/man/html8/nsd-checkzone.html man-nsd-htmlman html,nsd ./usr/share/man/html8/nsd-control.html man-nsd-htmlman html,nsd ./usr/share/man/html8/nsd.html man-nsd-htmlman html,nsd -./usr/share/man/html8/nsec3hash.html man-bind-htmlman html +./usr/share/man/html8/nsec3hash.html man-obsolete obsolete ./usr/share/man/html8/nslookup.html man-netutil-htmlman html ./usr/share/man/html8/nsupdate.html man-obsolete obsolete ./usr/share/man/html8/ntalkd.html man-netutil-htmlman html @@ -6713,6 +6739,14 @@ ./usr/share/man/man1/dns-sd.1 man-mdns-man mdns,.man ./usr/share/man/man1/dnskeygen.1 man-obsolete obsolete ./usr/share/man/man1/dnsquery.1 man-obsolete obsolete +./usr/share/man/man1/dnssec-dsfromkey.1 man-bind-man .man +./usr/share/man/man1/dnssec-importkey.1 man-bind-man .man +./usr/share/man/man1/dnssec-keyfromlabel.1 man-bind-man .man +./usr/share/man/man1/dnssec-keygen.1 man-bind-man .man +./usr/share/man/man1/dnssec-revoke.1 man-bind-man .man +./usr/share/man/man1/dnssec-settime.1 man-bind-man .man +./usr/share/man/man1/dnssec-signzone.1 man-bind-man .man +./usr/share/man/man1/dnssec-verify.1 man-bind-man .man ./usr/share/man/man1/domainname.1 man-nis-man .man ./usr/share/man/man1/download-vulnerability-list.1 man-obsolete obsolete ./usr/share/man/man1/dtmfdecode.1 man-obsolete obsolete @@ -6922,6 +6956,10 @@ ./usr/share/man/man1/msguniq.1 man-locale-man .man ./usr/share/man/man1/mt.1 man-util-man .man ./usr/share/man/man1/mv.1 man-util-man .man +./usr/share/man/man1/named-checkconf.1 man-bind-man .man +./usr/share/man/man1/named-checkzone.1 man-bind-man .man +./usr/share/man/man1/named-compilezone.1 man-bind-man .man +./usr/share/man/man1/named-journalprint.1 man-bind-man .man ./usr/share/man/man1/nbsvtool.1 man-crypto-man .man ./usr/share/man/man1/nc.1 man-netutil-man .man ./usr/share/man/man1/netgroup.1 man-nis-man .man @@ -6936,6 +6974,7 @@ ./usr/share/man/man1/nice.1 man-util-man .man ./usr/share/man/man1/nl.1 man-util-man .man ./usr/share/man/man1/nohup.1 man-util-man .man +./usr/share/man/man1/nsec3hash.1 man-bind-man .man ./usr/share/man/man1/nsupdate.1 man-netutil-man .man ./usr/share/man/man1/nvi.1 man-obsolete obsolete ./usr/share/man/man1/nview.1 man-obsolete obsolete @@ -7020,8 +7059,8 @@ ./usr/share/man/man1/postcat.1 man-postfix-man postfix,.man ./usr/share/man/man1/postconf.1 man-postfix-man postfix,.man ./usr/share/man/man1/postdrop.1 man-postfix-man postfix,.man -./usr/share/man/man1/postfix.1 man-postfix-man postfix,.man ./usr/share/man/man1/postfix-tls.1 man-postfix-man postfix,.man +./usr/share/man/man1/postfix.1 man-postfix-man postfix,.man ./usr/share/man/man1/postkick.1 man-postfix-man postfix,.man ./usr/share/man/man1/postlock.1 man-postfix-man postfix,.man ./usr/share/man/man1/postlog.1 man-postfix-man postfix,.man @@ -9215,9 +9254,9 @@ ./usr/share/man/man8/cats/MAKEDEV.8 man-obsolete obsolete ./usr/share/man/man8/cats/makedev.8 man-obsolete obsolete ./usr/share/man/man8/ccdconfig.8 man-sysutil-man .man +./usr/share/man/man8/certctl.8 man-sysutil-man .man ./usr/share/man/man8/cesfic/MAKEDEV.8 man-obsolete obsolete ./usr/share/man/man8/cesfic/makedev.8 man-obsolete obsolete -./usr/share/man/man8/certctl.8 man-sysutil-man .man ./usr/share/man/man8/cgdconfig.8 man-sysutil-man .man ./usr/share/man/man8/chat.8 man-ppp-man .man ./usr/share/man/man8/chown.8 man-sysutil-man .man @@ -9273,16 +9312,16 @@ ./usr/share/man/man8/dmesg.8 man-sysutil-man .man ./usr/share/man/man8/dmsetup.8 man-lvm-man lvm,.man ./usr/share/man/man8/dnsblog.8 man-postfix-man postfix,.man -./usr/share/man/man8/dnssec-dsfromkey.8 man-bind-man .man -./usr/share/man/man8/dnssec-importkey.8 man-bind-man .man -./usr/share/man/man8/dnssec-keyfromlabel.8 man-bind-man .man -./usr/share/man/man8/dnssec-keygen.8 man-bind-man .man +./usr/share/man/man8/dnssec-dsfromkey.8 man-obsolete obsolete +./usr/share/man/man8/dnssec-importkey.8 man-obsolete obsolete +./usr/share/man/man8/dnssec-keyfromlabel.8 man-obsolete obsolete +./usr/share/man/man8/dnssec-keygen.8 man-obsolete obsolete ./usr/share/man/man8/dnssec-makekeyset.8 man-obsolete obsolete -./usr/share/man/man8/dnssec-revoke.8 man-bind-man .man -./usr/share/man/man8/dnssec-settime.8 man-bind-man .man +./usr/share/man/man8/dnssec-revoke.8 man-obsolete obsolete +./usr/share/man/man8/dnssec-settime.8 man-obsolete obsolete ./usr/share/man/man8/dnssec-signkey.8 man-obsolete obsolete -./usr/share/man/man8/dnssec-signzone.8 man-bind-man .man -./usr/share/man/man8/dnssec-verify.8 man-bind-man .man +./usr/share/man/man8/dnssec-signzone.8 man-obsolete obsolete +./usr/share/man/man8/dnssec-verify.8 man-obsolete obsolete ./usr/share/man/man8/dreamcast/MAKEDEV.8 man-obsolete obsolete ./usr/share/man/man8/dreamcast/boot.8 man-sysutil-man .man ./usr/share/man/man8/dreamcast/makedev.8 man-obsolete obsolete @@ -9593,10 +9632,10 @@ ./usr/share/man/man8/mvmeppc/MAKEDEV.8 man-obsolete obsolete ./usr/share/man/man8/mvmeppc/makedev.8 man-obsolete obsolete ./usr/share/man/man8/named-bootconf.8 man-obsolete obsolete -./usr/share/man/man8/named-checkconf.8 man-bind-man .man -./usr/share/man/man8/named-checkzone.8 man-bind-man .man -./usr/share/man/man8/named-compilezone.8 man-bind-man .man -./usr/share/man/man8/named-journalprint.8 man-bind-man .man +./usr/share/man/man8/named-checkconf.8 man-obsolete obsolete +./usr/share/man/man8/named-checkzone.8 man-obsolete obsolete +./usr/share/man/man8/named-compilezone.8 man-obsolete obsolete +./usr/share/man/man8/named-journalprint.8 man-obsolete obsolete ./usr/share/man/man8/named-xfer.8 man-obsolete obsolete ./usr/share/man/man8/named.8 man-bind-man .man ./usr/share/man/man8/named.reload.8 man-obsolete obsolete @@ -9639,7 +9678,7 @@ ./usr/share/man/man8/nsd-checkzone.8 man-nsd-man .man,nsd ./usr/share/man/man8/nsd-control.8 man-nsd-man .man,nsd ./usr/share/man/man8/nsd.8 man-nsd-man .man,nsd -./usr/share/man/man8/nsec3hash.8 man-bind-man .man +./usr/share/man/man8/nsec3hash.8 man-obsolete obsolete ./usr/share/man/man8/nslookup.8 man-netutil-man .man ./usr/share/man/man8/nsupdate.8 man-obsolete obsolete ./usr/share/man/man8/ntalkd.8 man-netutil-man .man