diff --git a/sysutils/fusefs-kmod/Makefile b/sysutils/fusefs-kmod/Makefile index bc801e4feaea..a89a18e05168 100644 --- a/sysutils/fusefs-kmod/Makefile +++ b/sysutils/fusefs-kmod/Makefile @@ -7,7 +7,7 @@ PORTNAME= fusefs PORTVERSION= 0.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://fuse4bsd.creo.hu/downloads/ \ http://am-productions.biz/docs/ diff --git a/sysutils/fusefs-kmod/files/fusefs.in b/sysutils/fusefs-kmod/files/fusefs.in index bdde01456d95..bcbbe9f47414 100644 --- a/sysutils/fusefs-kmod/files/fusefs.in +++ b/sysutils/fusefs-kmod/files/fusefs.in @@ -12,13 +12,10 @@ # fusefs_enable (bool): Set to NO by default. # Set it to YES to enable fusefs. # -# and the following line to /etc/sysctl.conf: -# -# kern.module_path=/boot/kernel:/boot/modules:%%PREFIX%%/modules . %%RC_SUBR%% -kmod="fuse.ko" +kmod="%%PREFIX%%/modules/fuse.ko" name="fusefs" rcvar=${name}_enable diff --git a/sysutils/fusefs-kmod/pkg-message b/sysutils/fusefs-kmod/pkg-message index 6edda21edee7..0152b694caad 100644 --- a/sysutils/fusefs-kmod/pkg-message +++ b/sysutils/fusefs-kmod/pkg-message @@ -1,9 +1,6 @@ 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