mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- 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)
This commit is contained in:
parent
0dd5493dbe
commit
4c3ab2192c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185218
@ -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/
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user