archivers/py-borgbackup: Fix incorrect pkg-message instructions
PR: 264953, 264815
(cherry picked from commit 2272379b7c
)
This commit is contained in:
parent
b4fa5f16f5
commit
7222c79319
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user