From c1ab632d621226809749020ab99cce4ad870c27a Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Tue, 18 Aug 2015 22:21:40 +0000 Subject: [PATCH] Redirect fetchindex output to the logfile. Sponsored by: The FreeBSD Foundation --- share/tools/webupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/tools/webupdate b/share/tools/webupdate index 77fc7da69b..dcb87fc21f 100755 --- a/share/tools/webupdate +++ b/share/tools/webupdate @@ -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 #