diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/archivemount/Makefile | 1 | ||||
-rw-r--r-- | sysutils/archivemount/files/pkg-message.in | 2 | ||||
-rw-r--r-- | sysutils/fusefs-smbnetfs/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fusefs-smbnetfs/files/pkg-message.in | 2 | ||||
-rw-r--r-- | sysutils/fusefs-webdavfs/Makefile | 1 | ||||
-rw-r--r-- | sysutils/fusefs-webdavfs/files/pkg-message.in | 2 |
6 files changed, 6 insertions, 4 deletions
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 |