Date: Sat, 19 Apr 2025 16:55:48 GMT From: Alexander Ziaee <ziaee@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 7d2b5f3d2a51 - main - ObsoleteFiles: Remove mount_fusefs.8 entry Message-ID: <202504191655.53JGtm8i047570@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=7d2b5f3d2a5127a584d2af912ea0e9fd00f417f0 commit 7d2b5f3d2a5127a584d2af912ea0e9fd00f417f0 Author: Alexander Ziaee <ziaee@FreeBSD.org> AuthorDate: 2025-04-04 18:43:08 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2025-04-19 16:53:56 +0000 ObsoleteFiles: Remove mount_fusefs.8 entry This causes make delete-old to delete the manual for mount_fusefs(8) on (zfs) systems that do not (need) MANCOMPRESS. MFC after: 3 days Reviewed by: carlavilla, imp Approved by: carlavilla (mentor) Differential Revision: https://reviews.freebsd.org/D49667 --- ObsoleteFiles.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 24455bb86141..58e0ba8f7963 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -15409,8 +15409,6 @@ OLD_FILES+=usr/share/man/man4/lindev.4.gz # 20140425 OLD_FILES+=usr/lib/libssp_p.a OLD_FILES+=usr/lib/libstand_p.a -# 20140413: Removed NO_MANCOMPRESS from mount_fusefs -OLD_FILES+=usr/share/man/man8/mount_fusefs.8 # 20140314: AppleTalk OLD_DIRS+=usr/include/netatalk OLD_FILES+=usr/include/netatalk/aarp.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504191655.53JGtm8i047570>