aboutsummaryrefslogtreecommitdiffstats
path: root/community/gdnsd/gdnsd.pre-install
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-10-27 06:13:03 +0000
committerTimo Teräs <timo.teras@iki.fi>2017-10-27 06:13:03 +0000
commit6b9c3abcfb02c003a0dfb20a68447b70954e3230 (patch)
tree3d2bbd2095ef90d8ca7316d96387d55160ddb5cb /community/gdnsd/gdnsd.pre-install
parenteb26ddb58a52b62f0ca9024cf617cc21bbfc4961 (diff)
downloadaports-6b9c3abcfb02c003a0dfb20a68447b70954e3230.tar.bz2
aports-6b9c3abcfb02c003a0dfb20a68447b70954e3230.tar.xz
community/gdnsd: moved from main
Diffstat (limited to 'community/gdnsd/gdnsd.pre-install')
-rw-r--r--community/gdnsd/gdnsd.pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/gdnsd/gdnsd.pre-install b/community/gdnsd/gdnsd.pre-install
new file mode 100644
index 0000000000..0bd9cb7f66
--- /dev/null
+++ b/community/gdnsd/gdnsd.pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+addgroup -S gdnsd 2>/dev/null
+adduser -S -D -H -h /dev/null -s /sbin/nologin -G gdnsd -g gdnsd gdnsd 2>/dev/null
+
+exit 0