[arch-commits] Commit in unbound/trunk (PKGBUILD install)

Gaëtan Bisson bisson at archlinux.org
Mon Feb 13 18:34:51 UTC 2017


    Date: Monday, February 13, 2017 @ 18:34:50
  Author: bisson
Revision: 212159

fix first install

Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/install

----------+
 PKGBUILD |    2 +-
 install  |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-13 18:20:56 UTC (rev 212158)
+++ PKGBUILD	2017-02-13 18:34:50 UTC (rev 212159)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')

Modified: install
===================================================================
--- install	2017-02-13 18:20:56 UTC (rev 212158)
+++ install	2017-02-13 18:34:50 UTC (rev 212159)
@@ -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/
 }



More information about the arch-commits mailing list