summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-03-16 12:16:49 +0100
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-03-16 12:20:03 +0100
commit15865bdb6207dd15468762cb04df74ba8999aaef (patch)
treec13e6faaeb27aee8f98e8fdb331b672d93039689
parentdevel/rust-analyzer: Update to 2022-03-14 (diff)
*/*: 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
-rw-r--r--security/clamfs/Makefile2
-rw-r--r--security/clamfs/pkg-message4
-rw-r--r--sysutils/archivemount/Makefile1
-rw-r--r--sysutils/archivemount/files/pkg-message.in2
-rw-r--r--sysutils/fusefs-smbnetfs/Makefile2
-rw-r--r--sysutils/fusefs-smbnetfs/files/pkg-message.in2
-rw-r--r--sysutils/fusefs-webdavfs/Makefile1
-rw-r--r--sysutils/fusefs-webdavfs/files/pkg-message.in2
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