aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gdnsd/gdnsd.pre-install
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-07-12 08:50:26 +0300
committerTimo Teräs <timo.teras@iki.fi>2013-07-12 09:28:01 +0300
commit3c24eab6e249a1b8f20770fa4f73557eb4eabde2 (patch)
treead00a25ec2e75ba793bb45c3cae9e1ef1cfcceac /testing/gdnsd/gdnsd.pre-install
parentbbc06ec1abefc220a621547bc31befeb5d6046b5 (diff)
downloadaports-3c24eab6e249a1b8f20770fa4f73557eb4eabde2.tar.bz2
aports-3c24eab6e249a1b8f20770fa4f73557eb4eabde2.tar.xz
testing/gdnsd: experimental version 1.9.0
* update to upstream 1.9.0 * updated to use userspace-rcu * cherry-pick cname reply fix * refreshed djbdns support patch (from upstream dev branch) * updated init.d script
Diffstat (limited to 'testing/gdnsd/gdnsd.pre-install')
-rw-r--r--testing/gdnsd/gdnsd.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/gdnsd/gdnsd.pre-install b/testing/gdnsd/gdnsd.pre-install
new file mode 100644
index 0000000000..66de81a2e1
--- /dev/null
+++ b/testing/gdnsd/gdnsd.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+addgroup gdnsd 2>/dev/null
+adduser -S -H -h /dev/null -s /bin/false -D -G gdnsd gdnsd 2>/dev/null
+exit 0