diff options
author | Xin LI <delphij@FreeBSD.org> | 2011-03-01 23:17:09 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2011-03-01 23:17:09 +0000 |
commit | 4d31089f4d08cd985db9d55dbbc7e5aaac929bd2 (patch) | |
tree | 0b579607bb836cd97375ffe16bcfc8609ff51e90 | |
parent | - Document mozilla -- multiple vulnerabilities (diff) |
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
Notes
Notes:
svn path=/head/; revision=270089
-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 |