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_user.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/flowd/fix_user.patch (limited to 'testing/flowd/fix_user.patch') diff --git a/testing/flowd/fix_user.patch b/testing/flowd/fix_user.patch new file mode 100644 index 0000000000..12800d0442 --- /dev/null +++ b/testing/flowd/fix_user.patch @@ -0,0 +1,11 @@ +--- a/flowd.h ++++ b/flowd.h +@@ -35,7 +35,7 @@ + + #define DEFAULT_CONFIG SYSCONFDIR "/flowd.conf" + #define DEFAULT_PIDFILE PIDFILEDIR "/flowd.pid" +-#define PRIVSEP_USER "_flowd" ++#define PRIVSEP_USER "flowd" + + /* Initial stateholding limits */ + /* XXX these are not actually tunable yet */ -- cgit v1.2.3