From d1215fa657e8301d27f48804cd39f81e6dbc835c Mon Sep 17 00:00:00 2001 From: Valery Kartel Date: Tue, 11 Apr 2017 17:12:36 +0300 Subject: testing/flowd: new aport https://code.google.com/p/flowd Small, fast and secure NetFlow collector --- testing/flowd/fix_path.patch | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 testing/flowd/fix_path.patch (limited to 'testing/flowd/fix_path.patch') 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 -- cgit v1.2.3