aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gdnsd/gdnsd.pre-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-02-13 15:28:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-02-13 15:28:16 +0000
commit5263b83fea44e653e1f1891b20a33abe5d8783d9 (patch)
tree8cebfc8d3df31da949d64bba817e20df8adeab68 /testing/gdnsd/gdnsd.pre-install
parent7d150858120a071a34c453866a1e747f9c2733a3 (diff)
downloadaports-5263b83fea44e653e1f1891b20a33abe5d8783d9.tar.bz2
aports-5263b83fea44e653e1f1891b20a33abe5d8783d9.tar.xz
testing/gdnsd: new aport
Geographic Authoritative DNS server http://code.google.com/p/gdnsd/
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