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:
cem 2018-10-31 17:37:54 +00:00
parent e8abb9a19a
commit 80ac4481b6

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