diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-23 20:22:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-23 20:22:30 +0000 |
commit | 087c3e31555b102ce900c5a0b05cf4c5b185ee88 (patch) | |
tree | bc473d5a907e458fd8e6bec8caf759b137d42463 /main/unbound/unbound.pre-install | |
parent | cc7ab0ab786dc7c81d32fea69344cd5298c32c1d (diff) | |
download | aports-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-install | 6 |
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 0000000000..015ba3c52f --- /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 |