- make sure, cflowd starts prior flowscan by renaming it to

cflowd-base.sh.sample (flowscan port uses cflowd-flowscan.sh.sample)
- bump port revision
This commit is contained in:
Andreas Klemm 2001-03-25 13:28:21 +00:00
parent 5586d3519b
commit b852e5e08e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40347
4 changed files with 4 additions and 4 deletions

View file

@ -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>

View file

@ -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

View file

@ -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>

View file

@ -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