Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 02/12/1999 04:11:19
Module Name:	src
Committed By:	lukem
Date:		Fri Feb 12 12:11:19 UTC 1999

Modified Files:
	src/usr.bin/ftp: util.c
Log Message:
always run progressmeter() even if it's not the foregroundproc(), as some
calculations need to occur to prevent the calculated xfer rate from being
too fast if ftp(1) is backgrounded for a while during the xfer.
bug found by thor lancelot simon <tls@netbsd.org>.