diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-25 13:28:21 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-25 13:28:21 +0000 |
commit | b852e5e08ec179bc3d653f96e50495e938792658 (patch) | |
tree | ee78463a6bfbd8e9550b279c19d73085d5b105b9 /net-mgmt | |
parent | 5586d3519b183b278f2e1603716563771b2c3e43 (diff) | |
download | ports-b852e5e08ec179bc3d653f96e50495e938792658.tar.gz ports-b852e5e08ec179bc3d653f96e50495e938792658.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/cflowd/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/cflowd/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/cflowd/Makefile b/net-mgmt/cflowd/Makefile index 311e903e837e..24aee6b202c7 100644 --- a/net-mgmt/cflowd/Makefile +++ b/net-mgmt/cflowd/Makefile @@ -39,6 +39,6 @@ pre-everything: post-install: ${INSTALL_SCRIPT} ${FILESDIR}/cflowd.sh \ - ${PREFIX}/etc/rc.d/cflowd.sh.sample + ${PREFIX}/etc/rc.d/cflowd-base.sh.sample .include <bsd.port.mk> diff --git a/net-mgmt/cflowd/pkg-plist b/net-mgmt/cflowd/pkg-plist index 714e44ccb0b6..60e4ad377a61 100644 --- a/net-mgmt/cflowd/pkg-plist +++ b/net-mgmt/cflowd/pkg-plist @@ -9,7 +9,7 @@ bin/flowdump bin/flowwatch etc/cfdcollect.conf.example etc/cflowd.conf.example -etc/rc.d/cflowd.sh.sample +etc/rc.d/cflowd-base.sh.sample include/cflowd/CflowdAsMatrix.hh include/cflowd/CflowdAsMatrixKey.hh include/cflowd/CflowdAsMatrixTrafficCounter.hh |