mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
testing/flowd: new aport
https://code.google.com/p/flowd Small, fast and secure NetFlow collector
This commit is contained in:
parent
71e8e056ea
commit
d1215fa657
5 changed files with 172 additions and 0 deletions
40
testing/flowd/fix_path.patch
Normal file
40
testing/flowd/fix_path.patch
Normal file
|
@ -0,0 +1,40 @@
|
|||
--- a/flowd.conf
|
||||
+++ b/flowd.conf
|
||||
@@ -1,7 +1,5 @@
|
||||
-# $Id: flowd.conf,v 1.15 2005/05/14 06:04:48 djm Exp $
|
||||
-
|
||||
# Specify where flowd should store its flow records
|
||||
-logfile "/var/log/flowd"
|
||||
+logfile "/var/lib/flowd/data"
|
||||
|
||||
# Specify what addresses/ports flowd should listen on.
|
||||
# Multiple addresses may be specified
|
||||
--- a/flowd.conf.5.in
|
||||
+++ b/flowd.conf.5.in
|
||||
@@ -156,7 +156,7 @@
|
||||
.Pp
|
||||
For example,
|
||||
.Bd -literal -offset indent
|
||||
-logfile "/var/log/flowd.bin"
|
||||
+logfile "/var/lib/flowd/data"
|
||||
.Ed
|
||||
.Pp
|
||||
There is no default value for this option and it it mandatory
|
||||
@@ -172,7 +172,7 @@
|
||||
.Pp
|
||||
For example,
|
||||
.Bd -literal -offset indent
|
||||
-logsock "/var/log/flowd.sock"
|
||||
+logsock "/var/lib/flowd/socket"
|
||||
.Ed
|
||||
.Pp
|
||||
This option accepts the modifier
|
||||
@@ -184,7 +184,7 @@
|
||||
.Pp
|
||||
For example,
|
||||
.Bd -literal -offset indent
|
||||
-logsock "/var/log/flowd.sock" bufsize 65536
|
||||
+logsock "/var/lib/flowd/socket" bufsize 65536
|
||||
.Ed
|
||||
.Pp
|
||||
There is no default value for
|
Loading…
Add table
Add a link
Reference in a new issue