Date: Tue, 22 Apr 2025 03:19:05 GMT From: Alexander Ziaee <ziaee@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: b7a44a842990 - stable/14 - ObsoleteFiles: Remove mount_fusefs.8 entry Message-ID: <202504220319.53M3J535012130@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=b7a44a842990def8e6cf31aa629b8661e78d13bc commit b7a44a842990def8e6cf31aa629b8661e78d13bc Author: Alexander Ziaee <ziaee@FreeBSD.org> AuthorDate: 2025-04-04 18:43:08 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2025-04-22 03:17:52 +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 (cherry picked from commit 7d2b5f3d2a5127a584d2af912ea0e9fd00f417f0) --- ObsoleteFiles.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index c608c15d32a3..e1c50607abb4 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -15076,8 +15076,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?202504220319.53M3J535012130>