Bug 262246

Summary: fuse ports: messages refer to fuse.ko, not fusefs.ko
Product: Ports & Packages Reporter: obiwac
Component: Individual Port(s)Assignee: Fernando ApesteguĆ­a <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: anastasios, eugen, fernape, freebsd-2024, grahamperrin, jirnov
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Quick patch none

Description obiwac 2022-02-28 14:06:35 UTC
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.
Comment 1 Fernando ApesteguĆ­a freebsd_committer freebsd_triage 2022-03-16 11:22:14 UTC
Committed,

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-03-16 11:22:34 UTC
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(-)