The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=9c800a103c03dd4a32f1f6ac8f409fe38f304848
commit 9c800a103c03dd4a32f1f6ac8f409fe38f304848 Author: Herbert J. Skuhra <[email protected]> AuthorDate: 2026-02-09 19:50:04 +0000 Commit: Mitchell Horne <[email protected]> CommitDate: 2026-02-09 19:58:31 +0000 ObsoleteFiles.inc: correct entry for zpfind.9.gz It needs the .gz suffix. Fixes: 2ace05b65a2c9 ("pfind(9): follow-up fixes and improvements") --- ObsoleteFiles.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index b0ad8ec977b2..ad3c16769cd0 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -104,7 +104,7 @@ OLD_FILES+=usr/tests/cddl/lib/libtpool/libtpool_test OLD_FILES+=usr/tests/cddl/lib/libtpool/Kyuafile # 20251204: zpfind.9 alias to pfind.9 removed -OLD_FILES+=usr/share/man/man9/zpfind.9 +OLD_FILES+=usr/share/man/man9/zpfind.9.gz # 20251121: Remove duplicate pam_krb5 manual page OLD_FILES+=usr/share/man/man8/pam-krb5.8.gz
