From b79865ffa8a13a96ee695a192e9194458d91821d Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Fri, 11 Apr 2014 15:27:38 +0000 Subject: [PATCH] - Fix unbound_anchorflags in RC script --- dns/unbound/files/unbound.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/unbound/files/unbound.in b/dns/unbound/files/unbound.in index 1724ee62a912..9218633e8609 100644 --- a/dns/unbound/files/unbound.in +++ b/dns/unbound/files/unbound.in @@ -35,7 +35,7 @@ start_precmd() { %%PREFIX%%/sbin/unbound-checkconf > /dev/null && \ echo -n "Obtaining a trust anchor:" && \ - su -m unbound -c %%PREFIX%%/sbin/unbound-anchor ${unbound_anchorflags} && \ + su -m unbound -c "%%PREFIX%%/sbin/unbound-anchor ${unbound_anchorflags}" && \ echo . }