summaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2005-11-04 05:54:04 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2005-11-04 05:54:04 +0000
commit34335dac023785d792062f351544aa1e1bc08a5c (patch)
treefb7fcdce08da3640f6a9127600fb6af8e0c1cf63 /net/ntop
parentUnbreak port by fixing pkg-plist and adding pkg-install and (diff)
Revert to old method to be installed without execution permission
to prevent hang on reboot, since ntop asks for password on 1st execution. The real fix is to convert script to rc-ng. Submitted by: Clement Laforet <clement@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=147187
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index 81b99c4017ce..a4962552962a 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -93,7 +93,7 @@ post-install:
@${RMDIR} ${PREFIX}/lib/plugins
@${SED} -e "s#%%PREFIX%%#${PREFIX}#g;s#%%DBDIR%%#${DBDIR}#g" \
${FILESDIR}/ntop.sh > ${WRKDIR}/ntop.sh
- @${INSTALL_SCRIPT} ${WRKDIR}/ntop.sh ${PREFIX}/etc/rc.d
+ @${INSTALL_DATA} ${WRKDIR}/ntop.sh ${PREFIX}/etc/rc.d
@${SED} "s,%%LOCALBASE%%,${LOCALBASE},g" < ${PKGMESSAGE}
.include <bsd.port.post.mk>