summaryrefslogtreecommitdiffstats
path: root/main/gdnsd/gdnsd.pre-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-05-02 14:05:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-05-02 14:05:44 +0000
commit5f2f70b8b9f345e3bd96da11b8d5c8bf3e7f1d91 (patch)
tree60a53171f6ad5234d6908d6dec9f30392413ed57 /main/gdnsd/gdnsd.pre-install
parent09b3339a721ca4de965b765421411a919d103d67 (diff)
downloadaports-fcolista-5f2f70b8b9f345e3bd96da11b8d5c8bf3e7f1d91.tar.bz2
aports-fcolista-5f2f70b8b9f345e3bd96da11b8d5c8bf3e7f1d91.tar.xz
main/gdnsd: moved from testing
Diffstat (limited to 'main/gdnsd/gdnsd.pre-install')
-rw-r--r--main/gdnsd/gdnsd.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/gdnsd/gdnsd.pre-install b/main/gdnsd/gdnsd.pre-install
new file mode 100644
index 0000000000..66de81a2e1
--- /dev/null
+++ b/main/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