On Thu, 1 Feb 2024 13:06:15 +0000 Nuno Teixeira <edua...@freebsd.org> wrote:
> Hello all, > > archivers/ztools shares binary ztest and manual ztest.1 with base ZFS. > Is there a policy to deal with it? > > If someone knows a port that shares same issue, please let me know. > > /usr/bin/ztest > /usr/share/man/man1/ztest.1.gz > > PREFIX/bin/ztest > PREFIX/man/man1/ztest.1.gz > > Thanks, > > -- > Nuno Teixeira > FreeBSD Committer (ports) AFAIK, at least archivers/unzip [1] has the same issue. But base unzip and its manpage is now a symlink to bsdunzip. FYI: command other than `man /usr/local/share/man/man1/unzip.1.gz` for unzip shows `man 1 bsdunzip`. even `man -M /usr/local/share/man/man1 unzip` shown bsdunzip's one. [1] https://www.freshports.org/archivers/unzip/ -- Tomoaki AOKI <junch...@dec.sakura.ne.jp>