Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2014 21:07:31 +0000 (UTC)
From:      Sergey Matveychuk <sem@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343296 - head/dns/unbound/files
Message-ID:  <201402072107.s17L7V9F012565@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sem
Date: Fri Feb  7 21:07:31 2014
New Revision: 343296
URL: http://svnweb.freebsd.org/changeset/ports/343296
QAT: https://qat.redports.org/buildarchive/r343296/

Log:
  - Hide output of check config command
  
  PR:		ports/186195
  Submitted by:	Nick Hibma <nick@anywi.com>

Modified:
  head/dns/unbound/files/unbound.in

Modified: head/dns/unbound/files/unbound.in
==============================================================================
--- head/dns/unbound/files/unbound.in	Fri Feb  7 20:23:14 2014	(r343295)
+++ head/dns/unbound/files/unbound.in	Fri Feb  7 21:07:31 2014	(r343296)
@@ -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 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402072107.s17L7V9F012565>