aboutsummaryrefslogtreecommitdiffstats
path: root/testing/flowd/flowd.pre-install
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/flowd.pre-install
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/flowd.pre-install')
-rw-r--r--testing/flowd/flowd.pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/flowd/flowd.pre-install b/testing/flowd/flowd.pre-install
new file mode 100644
index 0000000000..52d6273b88
--- /dev/null
+++ b/testing/flowd/flowd.pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+addgroup -S flowd 2>/dev/null
+adduser -S -D -H -h /var/lib/flowd -s /sbin/nologin -G flowd -g flowd flowd 2>/dev/null
+
+exit 0