mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/unbound to 1.6.0-3
This commit is contained in:
parent
3280707c94
commit
1ff78d908e
2 changed files with 2 additions and 1 deletions
|
@ -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')
|
||||
|
|
|
@ -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/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue