Re: nslookup(8): /usr/share/misc/nslookup.help
Takahiro Kambe <[email protected]> Sun, 21 Mar 2021 23:46:11 +0900 (JST)
| Newsgroups | gmane.os.netbsd.documentation |
|---|---|
| Message-ID | <[email protected]> |
In message <[email protected]> on Wed, 10 Feb 2021 08:36:54 +0000, Ottavio Caruso <[email protected]> wrote: > nslookup(8), section FILES <https://man.netbsd.org/nslookup.8#FILES> > > mentions /usr/share/misc/nslookup.help, but it's not there, at least > in my NetBSD 9.0 installation. > > It looks like it was removed, if I interpret the output of cvsweb > correctly: > http://cvsweb.netbsd.org/bsdweb.cgi/src/usr.sbin/bind/nslookup/Attic/nslookup.help (1) Yes it was removed. (2) There is src/external/mpl/bind/dist/bin/dig/nslookup.1. (3) But current src/external/mpl/bind/bin/nslookup/Makefile install its own nslookup.8 as before. So, modify bin/nslookup/Makefile and install nslookup.1 in (2). -- Takahiro Kambe <[email protected]>