aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fusefs-kmod
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-02-15 17:31:28 +0800
committerpav <pav@FreeBSD.org>2007-02-15 17:31:28 +0800
commitfd80d028dbef74eb02490e106467186d7bfb784c (patch)
tree75594b74829bc42bb579f68fbe350b481af35d35 /sysutils/fusefs-kmod
parent458e9c6b6e73da43d1ac4db93a4374fe0a28f6a0 (diff)
downloadfreebsd-ports-gnome-fd80d028dbef74eb02490e106467186d7bfb784c.tar.gz
freebsd-ports-gnome-fd80d028dbef74eb02490e106467186d7bfb784c.tar.zst
freebsd-ports-gnome-fd80d028dbef74eb02490e106467186d7bfb784c.zip
- Load kmod by absolute path
PR: ports/107466 Submitted by: Andrzej Tobola <ato@iem.pw.edu.pl> Approved by: Anish Mistry <amistry@am-productions.biz> (maintainer)
Diffstat (limited to 'sysutils/fusefs-kmod')
-rw-r--r--sysutils/fusefs-kmod/Makefile2
-rw-r--r--sysutils/fusefs-kmod/files/fusefs.in5
-rw-r--r--sysutils/fusefs-kmod/pkg-message3
3 files changed, 2 insertions, 8 deletions
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