The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=331a1c259546155238c9e52c25b7589e0fb9a8cd
commit 331a1c259546155238c9e52c25b7589e0fb9a8cd Author: John Baldwin <[email protected]> AuthorDate: 2024-07-31 18:48:24 +0000 Commit: John Baldwin <[email protected]> CommitDate: 2024-11-30 20:38:49 +0000 ObsoleteFiles.inc: Add missing .gz suffix to various manpage entries Reported by: Mark Millard <[email protected]> (cherry picked from commit c04ef1bfb461a1c8d426b16532d85af5637727c9) --- ObsoleteFiles.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index d759e7db2bc6..e768b5f4cfdd 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -8842,8 +8842,8 @@ OLD_DIRS+=usr/lib/clang/3.9.1/lib OLD_DIRS+=usr/lib/clang/3.9.1 # 20170226: SVR4 compatibility removed .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386" -OLD_FILES+=usr/share/man/man4/streams.4 -OLD_FILES+=usr/share/man/man4/svr4.4 +OLD_FILES+=usr/share/man/man4/streams.4.gz +OLD_FILES+=usr/share/man/man4/svr4.4.gz .endif # 20170219: OpenPAM RADULA upgrade removed the libpam tests OLD_FILES+=usr/tests/lib/libpam/Kyuafile
