diff options
author | delphij <delphij@FreeBSD.org> | 2011-03-02 07:17:09 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2011-03-02 07:17:09 +0800 |
commit | 7d720a2d8a4e0932c8c5c31349cad61c784ecce9 (patch) | |
tree | 650d64dccd4a14708a22e146d0da4b0bbd1d8ab9 /net/iet | |
parent | 17e3c1bb669878f7ca968ab92e7b9faf9c2648ec (diff) | |
download | freebsd-ports-gnome-7d720a2d8a4e0932c8c5c31349cad61c784ecce9.tar.gz freebsd-ports-gnome-7d720a2d8a4e0932c8c5c31349cad61c784ecce9.tar.zst freebsd-ports-gnome-7d720a2d8a4e0932c8c5c31349cad61c784ecce9.zip |
Explicitly specify where to find the kernel module. /usr/local/modules
is not a standard place where the kernel normally lookup for modules.
Noticed by: dwhite
Diffstat (limited to 'net/iet')
-rw-r--r-- | net/iet/Makefile | 2 | ||||
-rw-r--r-- | net/iet/files/ietd.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/iet/Makefile b/net/iet/Makefile index f009e1b9b90b..ecc4c41f2013 100644 --- a/net/iet/Makefile +++ b/net/iet/Makefile @@ -7,7 +7,7 @@ PORTNAME= iet PORTVERSION= 1.4.20.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF/iscsitarget/iscsitarget/${PORTVERSION}/ DISTNAME= iscsitarget-${PORTVERSION} diff --git a/net/iet/files/ietd.in b/net/iet/files/ietd.in index 916bcc963295..019f6831afc2 100644 --- a/net/iet/files/ietd.in +++ b/net/iet/files/ietd.in @@ -12,7 +12,7 @@ name="ietd" rcvar=`set_rcvar` command=%%PREFIX%%/sbin/${name} -required_modules="iet" +required_modules="%%PREFIX%%/modules/iet.ko:iet" stop_precmd="ietd_prestop" load_rc_config $name |