Bug 262246 - fuse ports: messages refer to fuse.ko, not fusefs.ko
Summary: fuse ports: messages refer to fuse.ko, not fusefs.ko
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2022-02-28 14:06 UTC by obiwac
Modified: 2022-03-16 11:22 UTC (History)
6 users (show)

See Also:


Attachments
Quick patch (2.88 KB, patch)
2022-02-28 14:06 UTC, obiwac
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)