git: 7222c7931979 - 2022Q2 - archivers/py-borgbackup: Fix incorrect pkg-message instructions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Jun 2022 00:32:43 UTC
The branch 2022Q2 has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7222c7931979d61af701b4a4bfb4adcff3864961
commit 7222c7931979d61af701b4a4bfb4adcff3864961
Author: Jose G. Juanino <jjuanino@gmail.com>
AuthorDate: 2022-06-30 00:27:59 +0000
Commit: Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-06-30 00:32:10 +0000
archivers/py-borgbackup: Fix incorrect pkg-message instructions
PR: 264953, 264815
(cherry picked from commit 2272379b7c81f9638e7908f6360c8afa8324e49b)
---
archivers/py-borgbackup/pkg-message | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/archivers/py-borgbackup/pkg-message b/archivers/py-borgbackup/pkg-message
index e7686e8336d6..8fcc0ba5f821 100644
--- a/archivers/py-borgbackup/pkg-message
+++ b/archivers/py-borgbackup/pkg-message
@@ -2,17 +2,17 @@
{ 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 fuse module:
+filesystem, it is required to load fusefs module:
-# kldload fuse
+# kldload fusefs
To load the module at boot time, add
-fuse_load="YES"
+fusefs_load="YES"
to /boot/loader.conf by running:
-sysrc fuse_load="YES"
+sysrc fusefs_load="YES"
Also, if you plan to mount borg repositories as non root user, you need to run