Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2024 09:17:35 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e2f7e24d33a4 - main - sysutils/restic: Add corrections to pkg-message
Message-ID:  <202404040917.4349HZ0d021861@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=e2f7e24d33a4d4577f86d7719d9110ddbaf75eff

commit e2f7e24d33a4d4577f86d7719d9110ddbaf75eff
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-04-04 09:06:23 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-04-04 09:17:20 +0000

    sysutils/restic: Add corrections to pkg-message
    
    Add corrections about loading fusefs(5) module in /etc/rc.conf instead of
    /boot/loader.conf.
    
    Reported by:    arrowd, danfe, manu
---
 sysutils/restic/Makefile    |  2 +-
 sysutils/restic/pkg-message | 12 +++++-------
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/sysutils/restic/Makefile b/sysutils/restic/Makefile
index 271a596b1450..9388c275b6a1 100644
--- a/sysutils/restic/Makefile
+++ b/sysutils/restic/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	restic
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.16.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils
 
 MAINTAINER=	eduardo@FreeBSD.org
diff --git a/sysutils/restic/pkg-message b/sysutils/restic/pkg-message
index d14c0b91c10f..d1d09966acfc 100644
--- a/sysutils/restic/pkg-message
+++ b/sysutils/restic/pkg-message
@@ -2,17 +2,15 @@
 { type: install
   message: <<EOM
 In order to mount locally a remote archive or an entire repository as a FUSE
-filesystem, it is required to load fusefs module:
+filesystem, it is required to load fusefs(5) module:
 
 # kldload fusefs
 
-To load the module at boot time, add
+To load the module at boot time, add fusefs(5) module
 
-fusefs_load="YES"
+to /etc/rc.conf by running:
 
-to /boot/loader.conf by running:
-
-sysrc fusefs_load="YES"
+# sysrc kld_list+=fusefs
 
 Also, if you plan to mount restic repositories as non root user, you need to run
 
@@ -22,7 +20,7 @@ and add the line
 
 vfs.usermount=1
 
-to /etc/sysctl.conf to ensure the setting is loaded at boot time.
+to /etc/sysctl.conf to ensure the setting is applied at boot time.
 EOM
 }
 ]



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