svn commit: r47270 - head/share/tools

Glen Barber gjb at FreeBSD.org
Tue Aug 18 22:21:41 UTC 2015


Author: gjb
Date: Tue Aug 18 22:21:40 2015
New Revision: 47270
URL: https://svnweb.freebsd.org/changeset/doc/47270

Log:
  Redirect fetchindex output to the logfile.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/share/tools/webupdate

Modified: head/share/tools/webupdate
==============================================================================
--- head/share/tools/webupdate	Tue Aug 18 21:34:56 2015	(r47269)
+++ head/share/tools/webupdate	Tue Aug 18 22:21:40 2015	(r47270)
@@ -150,7 +150,7 @@ fi
 
 if [ ! -e "${PINDEX_OVERRIDE}" ]; then
 	[ -e ${PORTSDIR}/INDEX-${INDEXNUM} ] && rm -f ${PORTSDIR}/INDEX-${INDEXNUM}
-	make -C ${PORTSDIR} fetchindex
+	make -C ${PORTSDIR} fetchindex >> $LOGFILE 2>&1 || exit 2
 fi
 
 #


More information about the svn-doc-all mailing list