freebsd-ports/net/dnsutl/pkg-descr
Steve Price 63b2ceee1f Install manpages and add WWW to DESCR. Note: since our soelim(1) doesn't
support a '-I' argument, instead of this

	soelim -Iman1 man1/foo.1 > tmp

I did this.

	(cd man1; soelim foo.1) > tmp

PR:		15093
Submitted by:	maintainer
1999-12-27 01:08:35 +00:00

21 lines
608 B
Plaintext

The dnsutl package is a bunch of programs I wrote to make
using DNS easier. These include:
dns-rev
Take the forward DNS mapping and generate the
reverse mapping.
dns-hosts
Take the forward DNS mapping and generate the
/etc/hosts file.
dns-ng
Take the forward DNS mapping and generate the
/etc/netgroup file.
All of these programs are both faster than shell scripts,
and more robust when faced with all the peculiar semantics
of DNS resource files.
WWW: http://www.canb.auug.org.au/~millerp/dnsutl/