diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2012-01-24 17:23:00 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2012-01-24 17:23:00 +0000 |
commit | 85d61de6e507edd5c96021f2931c8dd7032a76eb (patch) | |
tree | c9a69709dbc7221ab9f451a5e60579ce95594742 /dns/unbound | |
parent | 0b7722315764147f0eb88fb16aba89f5a0f82945 (diff) |
Notes
Diffstat (limited to 'dns/unbound')
-rw-r--r-- | dns/unbound/Makefile | 2 | ||||
-rw-r--r-- | dns/unbound/files/unbound.in | 2 |
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 . } |