freebsd-ports/sysutils/fusefs-kmod/pkg-message
Pav Lucistnik a5554b098b - Fix build on -CURRENT
- Fix path in pkg-message

PR:		ports/100403
Submitted by:	Anish Mistry <amistry@am-productions.biz> (maintainer)
2006-08-12 21:11:12 +00:00

11 lines
423 B
Text

In order to automatically load the fuse module on startup, you need to
set the following settings:
- Set the module path in /etc/sysctl.conf:
kern.module_path=%%MODULE_PATH%%
- Add fusefs_enable="YES" to your /etc/rc.conf
%%PREFIX%%/etc/rc.d/fusefs start will load the module for the first time
after the installation. Set "sysctl vfs.usermount=1" if you want to be able
to mount fuse devices as an ordinary user.