From 7b7a338699e6fb47e18edf87652f716a137403d0 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Fri, 7 Feb 2014 21:07:31 +0000 Subject: [PATCH] - Hide output of check config command PR: ports/186195 Submitted by: Nick Hibma --- 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 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 .