freebsd-ports/sysutils/fusefs-kmod/pkg-message
Simon Barner f5f5f5e5d8 Add new port for fusefs-kmod,
Kernel module for fusefs based filesystems.

WWW: http://wikitest.freebsd.org/moin.cgi/FuseFilesystem

Submitted by:		Anish Mistry <amistry@am-productions.biz> (via email)
Reviewed by:		Csaba Henk <csaba.henk@creo.hu>
Ported to FreeBSD by:	Csaba Henk <csaba.henk@creo.hu> (as a SoC project)
2005-10-19 08:18:57 +00:00

10 lines
328 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/fuse.sh start will load the module for the first time
after the installation.