- Hide output of check config command

PR:		ports/186195
Submitted by:	Nick Hibma <nick@anywi.com>
This commit is contained in:
Sergey Matveychuk 2014-02-07 21:07:31 +00:00
parent d0ac78c5c7
commit 7b7a338699
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343296

View file

@ -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 .