Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Mar 2022 11:21:54 GMT
From:      =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 15865bdb6207 - main - */*: Use fusefs.ko instead of old fuse.ko
Message-ID:  <202203161121.22GBLs6e061105@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

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(-)

diff --git a/security/clamfs/Makefile b/security/clamfs/Makefile
index 320c265f7668..1be2773a66a8 100644
--- a/security/clamfs/Makefile
+++ b/security/clamfs/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	clamfs
 PORTVERSION=	1.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	https://github.com/burghardt/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/
 
diff --git a/security/clamfs/pkg-message b/security/clamfs/pkg-message
index a3a561a4e339..28c11e54ac06 100644
--- a/security/clamfs/pkg-message
+++ b/security/clamfs/pkg-message
@@ -1,11 +1,11 @@
 [
 { type: install
   message: <<EOM
-In order to use clamfs, you should load fuse.ko module and start clamd.
+In order to use clamfs, you should load fusefs.ko module and start clamd.
 
 Type:
 
- sudo kldload fuse.ko
+ sudo kldload fusefs.ko
  sudo service clamav-freshclam onestart
  sudo service clamav-daemon onestart
 
diff --git a/sysutils/archivemount/Makefile b/sysutils/archivemount/Makefile
index f7e07fb9c19e..26abf359a2c4 100644
--- a/sysutils/archivemount/Makefile
+++ b/sysutils/archivemount/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	archivemount
 DISTVERSION=	0.8.12
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://www.cybernoia.de/software/archivemount/
 
diff --git a/sysutils/archivemount/files/pkg-message.in b/sysutils/archivemount/files/pkg-message.in
index 7abb21443b2d..a1fa17f41d3e 100644
--- a/sysutils/archivemount/files/pkg-message.in
+++ b/sysutils/archivemount/files/pkg-message.in
@@ -1,7 +1,7 @@
 [
 { type: install
   message: <<EOM
-Make sure you have fuse.ko loaded then use archivemount
+Make sure you have fusefs.ko loaded then use archivemount
 or mount_archive command or add an entry to the /etc/fstab such as:
 
 /path/to/archive /mnt/path fusefs ro,late,mountprog=%%PREFIX%%/sbin/mount_archive 0 0
diff --git a/sysutils/fusefs-smbnetfs/Makefile b/sysutils/fusefs-smbnetfs/Makefile
index d745db27bea6..ddb101c338a7 100644
--- a/sysutils/fusefs-smbnetfs/Makefile
+++ b/sysutils/fusefs-smbnetfs/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	smbnetfs
 PORTVERSION=	0.6.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils net
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/SMBNetFS-${PORTVERSION}
 PKGNAMEPREFIX=	fusefs-
diff --git a/sysutils/fusefs-smbnetfs/files/pkg-message.in b/sysutils/fusefs-smbnetfs/files/pkg-message.in
index e538fe6f2207..b5e094413501 100644
--- a/sysutils/fusefs-smbnetfs/files/pkg-message.in
+++ b/sysutils/fusefs-smbnetfs/files/pkg-message.in
@@ -3,7 +3,7 @@
   message: <<EOM
 ===>  Basic Instructions:
 
-After kldload fuse.ko and setting
+After kldload fusefs.ko and setting
 	# sysctl vfs.usermount=1
 
 you should make .smb directory in your homedir:
diff --git a/sysutils/fusefs-webdavfs/Makefile b/sysutils/fusefs-webdavfs/Makefile
index ac98f2aae26c..0f797c72706e 100644
--- a/sysutils/fusefs-webdavfs/Makefile
+++ b/sysutils/fusefs-webdavfs/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	fusefs-webdavfs
 DISTVERSION=	g20200520
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	eugen@FreeBSD.org
diff --git a/sysutils/fusefs-webdavfs/files/pkg-message.in b/sysutils/fusefs-webdavfs/files/pkg-message.in
index 8e9299bcae14..eaf4a6f48f16 100644
--- a/sysutils/fusefs-webdavfs/files/pkg-message.in
+++ b/sysutils/fusefs-webdavfs/files/pkg-message.in
@@ -1,7 +1,7 @@
 [
 { type: install
   message: <<EOM
-Make sure you have fuse.ko loaded then use mount.webdavfs command
+Make sure you have fusefs.ko loaded then use mount.webdavfs command
 or add an entry to the /etc/fstab such as:
 
 https://webdav.server.net/path /mnt/path fusefs rw,late,mountprog=%%PREFIX%%/sbin/mount_webdavfs,username=login,password=pass,-F=/var/tmp/trace.log,-T=webdav,-T=httpreq,-T=httphdr 0 0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203161121.22GBLs6e061105>