diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2017-04-11 17:12:36 +0300 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-13 08:26:10 +0000 |
commit | d1215fa657e8301d27f48804cd39f81e6dbc835c (patch) | |
tree | d607ac47d6fc1da7991b1298dd66fee3a06d1442 /testing/flowd/fix_path.patch | |
parent | 71e8e056ea8d6bb86daef9ea359ae6b640a93f40 (diff) | |
download | aports-d1215fa657e8301d27f48804cd39f81e6dbc835c.tar.bz2 aports-d1215fa657e8301d27f48804cd39f81e6dbc835c.tar.xz |
testing/flowd: new aport
https://code.google.com/p/flowd
Small, fast and secure NetFlow collector
Diffstat (limited to 'testing/flowd/fix_path.patch')
-rw-r--r-- | testing/flowd/fix_path.patch | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/testing/flowd/fix_path.patch b/testing/flowd/fix_path.patch new file mode 100644 index 0000000000..42b672dbf2 --- /dev/null +++ b/testing/flowd/fix_path.patch @@ -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 |