aboutsummaryrefslogtreecommitdiffstats
path: root/testing/flowd/fix_user.patch
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2017-04-11 17:12:36 +0300
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-13 08:26:10 +0000
commitd1215fa657e8301d27f48804cd39f81e6dbc835c (patch)
treed607ac47d6fc1da7991b1298dd66fee3a06d1442 /testing/flowd/fix_user.patch
parent71e8e056ea8d6bb86daef9ea359ae6b640a93f40 (diff)
downloadaports-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_user.patch')
-rw-r--r--testing/flowd/fix_user.patch11
1 files changed, 11 insertions, 0 deletions
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 */