summaryrefslogtreecommitdiffstats
path: root/main/unbound/unbound.pre-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-10-23 20:22:30 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-10-23 20:22:30 +0000
commit087c3e31555b102ce900c5a0b05cf4c5b185ee88 (patch)
treebc473d5a907e458fd8e6bec8caf759b137d42463 /main/unbound/unbound.pre-install
parentcc7ab0ab786dc7c81d32fea69344cd5298c32c1d (diff)
downloadaports-087c3e31555b102ce900c5a0b05cf4c5b185ee88.tar.bz2
aports-087c3e31555b102ce900c5a0b05cf4c5b185ee88.tar.xz
main/unbound: moved from testing
Diffstat (limited to 'main/unbound/unbound.pre-install')
-rw-r--r--main/unbound/unbound.pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/unbound/unbound.pre-install b/main/unbound/unbound.pre-install
new file mode 100644
index 000000000..015ba3c52
--- /dev/null
+++ b/main/unbound/unbound.pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+addgroup -S unbound 2>/dev/null
+adduser -S -s /bin/false -D -H -h /etc/unbound -G unbound \
+ -g "Unbound user" unbound 2>/dev/null
+exit 0