community/unbound to 1.6.0-3

This commit is contained in:
Kevin Mihelich 2017-02-13 19:27:31 +00:00
parent 3280707c94
commit 1ff78d908e
2 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,7 @@
pkgname=unbound
pkgver=1.6.0
pkgrel=2
pkgrel=3
pkgdesc='Validating, recursive, and caching DNS resolver'
url='http://unbound.net/'
license=('custom:BSD')

View file

@ -1,4 +1,5 @@
post_install() {
getent group unbound &>/dev/null || groupadd -r unbound >/dev/null
getent passwd unbound &>/dev/null || useradd -r -g unbound -d /etc/unbound -s /bin/false -c unbound unbound >/dev/null
cp -f /etc/trusted-key.key /etc/unbound/
}