diff options
author | sem <sem@FreeBSD.org> | 2014-04-11 23:27:38 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2014-04-11 23:27:38 +0800 |
commit | 7a2c750a639e1281bc2443c255bda6fbc1c89bf9 (patch) | |
tree | 832a8b44fb49580272b9016aa8846a84895044ca /dns | |
parent | b67aa9660b80ca613bebbc5535765d9d29c9b91d (diff) | |
download | freebsd-ports-gnome-7a2c750a639e1281bc2443c255bda6fbc1c89bf9.tar.gz freebsd-ports-gnome-7a2c750a639e1281bc2443c255bda6fbc1c89bf9.tar.zst freebsd-ports-gnome-7a2c750a639e1281bc2443c255bda6fbc1c89bf9.zip |
- Fix unbound_anchorflags in RC script
Diffstat (limited to 'dns')
-rw-r--r-- | dns/unbound/files/unbound.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 . } |