svn commit: r343296 - head/dns/unbound/files

Sergey Matveychuk sem at FreeBSD.org
Fri Feb 7 21:07:31 UTC 2014


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


More information about the svn-ports-head mailing list