freebsd-update: add a progress report for the "fetching files..."

After patching step is done.

PR:		232857
Submitted by:	mat@
MFC after:	a week
This commit is contained in:
Conrad Meyer 2018-10-31 17:37:54 +00:00
parent 09312399a7
commit d6e1e31a0e

View File

@ -1888,7 +1888,7 @@ fetch_files () {
echo ${NDEBUG} "files... "
lam -s "${FETCHDIR}/f/" - -s ".gz" < filelist |
xargs ${XARGST} ${PHTTPGET} ${SERVERNAME} \
2>${QUIETREDIR}
2>${STATSREDIR} | fetch_progress
while read Y; do
if ! [ -f ${Y}.gz ]; then