Am Dienstag, 3. April 2007 schrieb [EMAIL PROTECTED]: > emerge --sync makes a call to rsync program ? I did not take the time > yet to learn more about Gentoo specific softwares, but I will do that > soon. Look at the sizes format in bytes. Today it often happens -well, > most of the time- several Mo of download, so the byte unit is not very > useful but Kb/Mb/Gb units could be a more human readable format. I > used to deal with --si or -H when using df as an example. By default, > size unit is byte, but when you want to understand the numbers with no > mental extra operation, It is quite good to print the more suitable > unit.
Maybe it is possible.
man rsync with rsync version 2.6.9-r2 {~ Keyword} installed:
-h, --human-readable
Output numbers in a more human-readable format. This makes big
numbers output using larger units, with a K, M, or G suffix. If this option
was specified once, these
units are K (1000), M (1000*1000), and G (1000*1000*1000); if
the option is repeated, the units are powers of 1024 instead of 1000.
So you can add PORTAGE_RSYNC_EXTRA_OPTS="-h" or
PORTAGE_RSYNC_EXTRA_OPTS="-h -h" in your /etc/make.conf to do that.
--
Q: How many IBM CPU's does it take to do a logical right shift?
A: 33. 1 to hold the bits and 32 to push the register.
pgpd6M2FpmGIV.pgp
Description: PGP signature

