mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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
|
pkgname=unbound
|
||||||
pkgver=1.6.0
|
pkgver=1.6.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='Validating, recursive, and caching DNS resolver'
|
pkgdesc='Validating, recursive, and caching DNS resolver'
|
||||||
url='http://unbound.net/'
|
url='http://unbound.net/'
|
||||||
license=('custom:BSD')
|
license=('custom:BSD')
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
post_install() {
|
post_install() {
|
||||||
getent group unbound &>/dev/null || groupadd -r unbound >/dev/null
|
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
|
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