diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-02-01 20:56:27 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-02-01 20:56:27 +0000 |
commit | a7f9e1c887495945389fd6c821261eeebfdbb6b8 (patch) | |
tree | 67c771822522bc2836598e908f5d38ae273d83e6 /net-analyzer/FlowScan/files | |
parent | cleanup (diff) | |
download | gentoo-2-a7f9e1c887495945389fd6c821261eeebfdbb6b8.tar.gz gentoo-2-a7f9e1c887495945389fd6c821261eeebfdbb6b8.tar.bz2 gentoo-2-a7f9e1c887495945389fd6c821261eeebfdbb6b8.zip |
cleanup
(Portage version: 2.1.2-r1)
Diffstat (limited to 'net-analyzer/FlowScan/files')
-rw-r--r-- | net-analyzer/FlowScan/files/digest-FlowScan-1.006 | 3 | ||||
-rw-r--r-- | net-analyzer/FlowScan/files/digest-FlowScan-1.006-r1 | 3 | ||||
-rwxr-xr-x | net-analyzer/FlowScan/files/flowscan.init | 17 |
3 files changed, 0 insertions, 23 deletions
diff --git a/net-analyzer/FlowScan/files/digest-FlowScan-1.006 b/net-analyzer/FlowScan/files/digest-FlowScan-1.006 deleted file mode 100644 index 642e9fdc100f..000000000000 --- a/net-analyzer/FlowScan/files/digest-FlowScan-1.006 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3c687ae0ffab82dadeb4086f122bcee5 FlowScan-1.006.tar.gz 149514 -RMD160 01108351273b81295d724d009921ccbec44ddc0a FlowScan-1.006.tar.gz 149514 -SHA256 279562cef77ae0b51f49d115309277f360516d15eae6802cd2182cee17154e44 FlowScan-1.006.tar.gz 149514 diff --git a/net-analyzer/FlowScan/files/digest-FlowScan-1.006-r1 b/net-analyzer/FlowScan/files/digest-FlowScan-1.006-r1 deleted file mode 100644 index 642e9fdc100f..000000000000 --- a/net-analyzer/FlowScan/files/digest-FlowScan-1.006-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3c687ae0ffab82dadeb4086f122bcee5 FlowScan-1.006.tar.gz 149514 -RMD160 01108351273b81295d724d009921ccbec44ddc0a FlowScan-1.006.tar.gz 149514 -SHA256 279562cef77ae0b51f49d115309277f360516d15eae6802cd2182cee17154e44 FlowScan-1.006.tar.gz 149514 diff --git a/net-analyzer/FlowScan/files/flowscan.init b/net-analyzer/FlowScan/files/flowscan.init deleted file mode 100755 index 42b7ccaf3d05..000000000000 --- a/net-analyzer/FlowScan/files/flowscan.init +++ /dev/null @@ -1,17 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -depend() { - need net -} - -start() { - ebegin "Starting flowscan processing" - cd /var/lib/flows ; start-stop-daemon --start --quiet -c flows:flows --exec bin/flowscan \ - -p /var/run/flows/flowscan.pid -m -b >> /var/log/flowscan 2>&1 </dev/null & >/dev/null -} - -stop() { - start-stop-daemon --stop --quiet -p /var/run/flows/flowscan.pid -} |