aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-07-09 16:57:14 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-07-09 16:57:14 +0000
commit7e2ea12650fe1af011f689a1e60dc0dde41d5ccd (patch)
tree3f86e21042c405d1c4db90d5cb9550acfcabd894 /usr.sbin
parentae33fac50c9bfffe85c15067d50d5e436b587514 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/dist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index ff2ad416033b..0ecdbd01eab6 100644
--- a/usr.sbin/sysinstall/dist.c
+++ b/usr.sbin/sysinstall/dist.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: dist.c,v 1.62 1996/07/09 14:28:12 jkh Exp $
+ * $Id: dist.c,v 1.63 1996/07/09 16:28:59 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -461,7 +461,7 @@ distExtract(char *parent, Distribution *me)
seconds = stop.tv_sec + (stop.tv_usec / 1000000.0);
if (!seconds)
seconds = 1;
- msgInfo("%d bytes read from %s dist, chunk %d of %d @ %4.1f KB/sec.",
+ msgInfo("%d bytes read from %s dist, chunk %d of %d @ %-4.1f KB/sec.",
total, dist, chunk + 1, numchunks, (chunktotal / seconds) / 1024.0);
retval = write(fd2, buf, n);
if (retval != n) {