diff options
| author | Herbert J. Skuhra <herbert@gojira.at> | 2026-02-09 19:50:04 +0000 |
|---|---|---|
| committer | Mitchell Horne <mhorne@FreeBSD.org> | 2026-02-09 19:58:31 +0000 |
| commit | 9c800a103c03dd4a32f1f6ac8f409fe38f304848 (patch) | |
| tree | ce721d45ebd16f8735534a67106fcf3415cc26cd | |
| parent | b9d3945831fc7a60f2065c7a0afc747dc5653c9f (diff) | |
ObsoleteFiles.inc: correct entry for zpfind.9.gz
It needs the .gz suffix.
Fixes: 2ace05b65a2c9 ("pfind(9): follow-up fixes and improvements")
| -rw-r--r-- | ObsoleteFiles.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
