From 1ff78d908e443bbf96c32db78ae30d40ec915294 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 13 Feb 2017 19:27:31 +0000 Subject: [PATCH] community/unbound to 1.6.0-3 --- community/unbound/PKGBUILD | 2 +- community/unbound/install | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD index 01874ac04..3db9391af 100644 --- a/community/unbound/PKGBUILD +++ b/community/unbound/PKGBUILD @@ -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') diff --git a/community/unbound/install b/community/unbound/install index beffe40e3..5aa6584c3 100644 --- a/community/unbound/install +++ b/community/unbound/install @@ -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/ }