The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=1dc1b95163b9e5cf5cbd52c2b979568724746eac
commit 1dc1b95163b9e5cf5cbd52c2b979568724746eac Author: Dag-Erling Smørgrav <[email protected]> AuthorDate: 2026-05-16 16:16:57 +0000 Commit: Dag-Erling Smørgrav <[email protected]> CommitDate: 2026-05-16 16:16:57 +0000 mtree: Remove unused MANSUBDIRs MFC after: 3 days Fixes: 809504f331fd ("man: Kill off MANSUBDIRs") Reviewed by: ziaee Differential Revision: https://reviews.freebsd.org/D57029 --- ObsoleteFiles.inc | 1 + etc/mtree/BSD.usr.dist | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 524ebcd8c61e..3785f5ac30e1 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -52,6 +52,7 @@ # done # 20260503: Kill off MANSUBDIRs +OLD_DIRS+=usr/share/man/man4/amd64 OLD_FILES+=usr/share/man/man8/amd64/apm.8.gz OLD_FILES+=usr/share/man/man8/amd64/apmconf.8.gz OLD_FILES+=usr/share/man/man8/i386/apmd.8.gz diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist index d580cbceb062..00abc75d5bbb 100644 --- a/etc/mtree/BSD.usr.dist +++ b/etc/mtree/BSD.usr.dist @@ -503,8 +503,6 @@ man4 aarch64 .. - amd64 - .. arm .. i386 @@ -519,12 +517,6 @@ man7 .. man8 - amd64 - .. - i386 - .. - powerpc - .. .. man9 ..
