diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-02-12 13:31:48 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-02-12 13:31:48 +0000 |
commit | e346c91c12feadd069f9b16cf94f52646140ffd3 (patch) | |
tree | f2e7f19d7dc084c510cff989b971a632b6ec7ffc | |
parent | Document gitlab vulnerabilities. (diff) |
Adjust package message to include correct kldload example
Submitted by: adridg
Notes
Notes:
svn path=/head/; revision=565017
-rw-r--r-- | sysutils/fusefs-libs3/Makefile | 1 | ||||
-rw-r--r-- | sysutils/fusefs-libs3/pkg-message | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/fusefs-libs3/Makefile b/sysutils/fusefs-libs3/Makefile index aa22201d2730..9a580b58db5c 100644 --- a/sysutils/fusefs-libs3/Makefile +++ b/sysutils/fusefs-libs3/Makefile @@ -3,6 +3,7 @@ PORTNAME= fusefs-libs3 DISTVERSION= 3.10.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/libfuse/libfuse/releases/download/fuse-${DISTVERSION}/ DISTNAME= fuse-${DISTVERSION} diff --git a/sysutils/fusefs-libs3/pkg-message b/sysutils/fusefs-libs3/pkg-message index d40be03aa3ab..3e54fcf60f9c 100644 --- a/sysutils/fusefs-libs3/pkg-message +++ b/sysutils/fusefs-libs3/pkg-message @@ -1,7 +1,7 @@ [ { type: install message: <<EOM -Install the fuse kernel module to use this port. +Install the FUSE kernel module (kldload fusefs) to use this port. EOM } ] |