diff options
author | sem <sem@FreeBSD.org> | 2014-02-08 05:07:31 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2014-02-08 05:07:31 +0800 |
commit | 246455a977a0fe87a168b86ef82ca4e57018977a (patch) | |
tree | 954932c24f431723fbdb544d3f24e9f621de0d51 /dns | |
parent | 474469028d22287166533fb14583598b8ef29562 (diff) | |
download | freebsd-ports-gnome-246455a977a0fe87a168b86ef82ca4e57018977a.tar.gz freebsd-ports-gnome-246455a977a0fe87a168b86ef82ca4e57018977a.tar.zst freebsd-ports-gnome-246455a977a0fe87a168b86ef82ca4e57018977a.zip |
- Hide output of check config command
PR: ports/186195
Submitted by: Nick Hibma <nick@anywi.com>
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 eb4ce995740a..43439d898fd7 100644 --- a/dns/unbound/files/unbound.in +++ b/dns/unbound/files/unbound.in @@ -29,7 +29,7 @@ unbound_enable=${unbound_enable:-"NO"} start_precmd() { - %%PREFIX%%/sbin/unbound-checkconf && \ + %%PREFIX%%/sbin/unbound-checkconf > /dev/null && \ echo -n "Obtaining a trust anchor:" && \ su -m unbound -c %%PREFIX%%/sbin/unbound-anchor && \ echo . |