mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
- Hide output of check config command
PR: ports/186195 Submitted by: Nick Hibma <nick@anywi.com>
This commit is contained in:
parent
d0ac78c5c7
commit
7b7a338699
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343296
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ unbound_enable=${unbound_enable:-"NO"}
|
||||||
|
|
||||||
start_precmd()
|
start_precmd()
|
||||||
{
|
{
|
||||||
%%PREFIX%%/sbin/unbound-checkconf && \
|
%%PREFIX%%/sbin/unbound-checkconf > /dev/null && \
|
||||||
echo -n "Obtaining a trust anchor:" && \
|
echo -n "Obtaining a trust anchor:" && \
|
||||||
su -m unbound -c %%PREFIX%%/sbin/unbound-anchor && \
|
su -m unbound -c %%PREFIX%%/sbin/unbound-anchor && \
|
||||||
echo .
|
echo .
|
||||||
|
|
Loading…
Add table
Reference in a new issue