From ec263708b4436f2f6fe8ff2c5ddd38bc49dbd322 Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 31 Oct 2001 22:52:58 +0000 Subject: Move pkg/ files into package's toplevel directory --- net/host/DESCR | 30 ++++++++++++++++++++++++++++++ net/host/PLIST | 5 +++++ net/host/pkg/DESCR | 30 ------------------------------ net/host/pkg/PLIST | 5 ----- 4 files changed, 35 insertions(+), 35 deletions(-) create mode 100644 net/host/DESCR create mode 100644 net/host/PLIST delete mode 100644 net/host/pkg/DESCR delete mode 100644 net/host/pkg/PLIST (limited to 'net/host') diff --git a/net/host/DESCR b/net/host/DESCR new file mode 100644 index 00000000000..9ed70bd6c5f --- /dev/null +++ b/net/host/DESCR @@ -0,0 +1,30 @@ +Host is a very powerful DNS query and testing command-line tool. + +Major differences with the ancient version of the program with the same +name that's included in the BIND-4 and BIND-8 distributions: + + - Major overhaul of the entire code. + - Very rigid error checking, with more verbose error messages. + - Zone listing section completely rewritten. + - It is now possible to do recursive listings into delegated zones. + - Maintain resource record statistics during zone listings. + - Maintain count of hosts during zone listings. + - Check for various extraneous conditions during zone listings. + - Check for illegal domain names containing invalid characters. + - Verify that certain domain names represent canonical host names. + - Perform ttl consistency checking during zone listings. + - Exploit multiple server addresses if available. + - Option to exploit only primary server for zone transfers. + - Option to exclude info from names that do not reside in a zone. + - Implement timeout handling during connect and read. + - Write resource record output to optional log file. + - Special MB tracing by recursively expanding MR and MG records. + - Special mode to check SOA records at each nameserver for a zone. + - Special mode to check reverse mappings of host addresses. + - Extended syntax allows multiple arguments on command line or stdin. + - Configurable default options in HOST_DEFAULTS environment variable. + - Implement new resource record types from RFC 1183 and 1348. + - Basic experimental NSAP support as defined in RFC 1637. + - Implement new resource record types from RFC 1664 and 1712. + - Implement new resource record types from RFC 1876 and 1886. + - Code is extensively documented. diff --git a/net/host/PLIST b/net/host/PLIST new file mode 100644 index 00000000000..c26f1dd90a7 --- /dev/null +++ b/net/host/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:55:36 zuntum Exp $ +bin/host +bin/mxlookup +bin/rblookup +man/man1/host.1 diff --git a/net/host/pkg/DESCR b/net/host/pkg/DESCR deleted file mode 100644 index 9ed70bd6c5f..00000000000 --- a/net/host/pkg/DESCR +++ /dev/null @@ -1,30 +0,0 @@ -Host is a very powerful DNS query and testing command-line tool. - -Major differences with the ancient version of the program with the same -name that's included in the BIND-4 and BIND-8 distributions: - - - Major overhaul of the entire code. - - Very rigid error checking, with more verbose error messages. - - Zone listing section completely rewritten. - - It is now possible to do recursive listings into delegated zones. - - Maintain resource record statistics during zone listings. - - Maintain count of hosts during zone listings. - - Check for various extraneous conditions during zone listings. - - Check for illegal domain names containing invalid characters. - - Verify that certain domain names represent canonical host names. - - Perform ttl consistency checking during zone listings. - - Exploit multiple server addresses if available. - - Option to exploit only primary server for zone transfers. - - Option to exclude info from names that do not reside in a zone. - - Implement timeout handling during connect and read. - - Write resource record output to optional log file. - - Special MB tracing by recursively expanding MR and MG records. - - Special mode to check SOA records at each nameserver for a zone. - - Special mode to check reverse mappings of host addresses. - - Extended syntax allows multiple arguments on command line or stdin. - - Configurable default options in HOST_DEFAULTS environment variable. - - Implement new resource record types from RFC 1183 and 1348. - - Basic experimental NSAP support as defined in RFC 1637. - - Implement new resource record types from RFC 1664 and 1712. - - Implement new resource record types from RFC 1876 and 1886. - - Code is extensively documented. diff --git a/net/host/pkg/PLIST b/net/host/pkg/PLIST deleted file mode 100644 index 771c411beac..00000000000 --- a/net/host/pkg/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/10 17:06:37 wiz Exp $ -bin/host -bin/mxlookup -bin/rblookup -man/man1/host.1 -- cgit v1.2.3