freebsd-ports/sysutils/fusefs-kmod/pkg-message
Marcus Alves Grando 25bed4163a - Use USE_RC_SUBR=fusefs instead of =yes
- Reorganize Makefile and rc.d script
- Bump PORTREVISION

PR:		95064
Submitted by:	maintainer
2006-04-05 02:53:39 +00:00

11 lines
425 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.