Created attachment 232159 [details] Quick patch The following ports: - security/clamfs - sysutils/archivemount - sysutils/fusefs-smbnetfs - sysutils/fusefs-webdavfs all instruct the user to load the fuse.ko module, when it was renamed in the base system to fusefs.ko in FreeBSD 13. This cost me around 10 minutes of confusion 😄 (I have read ports/UPDATING.) I have attached a quick patch to replace references to fuse.ko with fusefs.ko.
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=15865bdb6207dd15468762cb04df74ba8999aaef commit 15865bdb6207dd15468762cb04df74ba8999aaef Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2022-03-16 11:16:49 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-03-16 11:20:03 +0000 */*: Use fusefs.ko instead of old fuse.ko In several installation messages. Bumping PORTEREVISION since this is something an end user would like know about. PR: 262246 Reported by: obiwac@gmail.com security/clamfs/Makefile | 2 +- security/clamfs/pkg-message | 4 ++-- sysutils/archivemount/Makefile | 1 + sysutils/archivemount/files/pkg-message.in | 2 +- sysutils/fusefs-smbnetfs/Makefile | 2 +- sysutils/fusefs-smbnetfs/files/pkg-message.in | 2 +- sysutils/fusefs-webdavfs/Makefile | 1 + sysutils/fusefs-webdavfs/files/pkg-message.in | 2 +- 8 files changed, 9 insertions(+), 7 deletions(-)