git: 30004660fa2d - main - sysutils/fusefs-smbnetfs: update pkg-message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Jun 2022 05:51:22 UTC
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=30004660fa2df7ed264635daf89e312f2f7162fb
commit 30004660fa2df7ed264635daf89e312f2f7162fb
Author: Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2022-06-12 16:29:19 +0000
Commit: Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-06-20 05:48:38 +0000
sysutils/fusefs-smbnetfs: update pkg-message
Add note about how to load fusefs at boot time.
Use fusefs instead of fully qualified fusefs.ko.
PR: 264477
Reported by: grahamperrin@gmail.com
Approved by: mi@ALDAN.algebra.com (maintainer, timeout > 2 weeks)
---
sysutils/fusefs-smbnetfs/files/pkg-message.in | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/sysutils/fusefs-smbnetfs/files/pkg-message.in b/sysutils/fusefs-smbnetfs/files/pkg-message.in
index b5e094413501..0fcdc867d05a 100644
--- a/sysutils/fusefs-smbnetfs/files/pkg-message.in
+++ b/sysutils/fusefs-smbnetfs/files/pkg-message.in
@@ -3,7 +3,13 @@
message: <<EOM
===> Basic Instructions:
-After kldload fusefs.ko and setting
+Load fusefs:
+ # kldload fusefs
+
+To load fusefs at boot time, add it to rc.conf:
+ # sysrc kld_list+=fusefs
+
+After fusefs is loaded, and setting
# sysctl vfs.usermount=1
you should make .smb directory in your homedir: