aboutsummaryrefslogtreecommitdiff
path: root/dns/unbound
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2012-01-24 17:23:00 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2012-01-24 17:23:00 +0000
commit85d61de6e507edd5c96021f2931c8dd7032a76eb (patch)
treec9a69709dbc7221ab9f451a5e60579ce95594742 /dns/unbound
parent0b7722315764147f0eb88fb16aba89f5a0f82945 (diff)
Notes
Diffstat (limited to 'dns/unbound')
-rw-r--r--dns/unbound/Makefile2
-rw-r--r--dns/unbound/files/unbound.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile
index fc9ee787eecc..a611e3092658 100644
--- a/dns/unbound/Makefile
+++ b/dns/unbound/Makefile
@@ -7,7 +7,7 @@
PORTNAME= unbound
PORTVERSION= 1.4.14
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= dns
MASTER_SITES= http://unbound.net/downloads/
diff --git a/dns/unbound/files/unbound.in b/dns/unbound/files/unbound.in
index 874f233a2a49..a68ea65dbaa5 100644
--- a/dns/unbound/files/unbound.in
+++ b/dns/unbound/files/unbound.in
@@ -27,7 +27,7 @@ unbound_enable=${unbound_enable:-"NO"}
start_unbound_anchor()
{
echo -n "Obtaining a trust anchor:"
- %%PREFIX%%/sbin/unbound-anchor
+ su -m unbound -c %%PREFIX%%/sbin/unbound-anchor
echo .
}