diff options
-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 |