summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-01-12 03:26:13 -0800
committerZac Medico <zmedico@gentoo.org>2012-01-12 03:26:13 -0800
commitecf347fe2bde0f285b04070a13a170accdf73838 (patch)
tree8737350e62a6661f22c93a39300d410e13991363 /cnf
parent31b4d0cb3a183e29fe0d745187470ded37ffd433 (diff)
downloadportage-ecf347fe2bde0f285b04070a13a170accdf73838.tar.gz
portage-ecf347fe2bde0f285b04070a13a170accdf73838.tar.bz2
portage-ecf347fe2bde0f285b04070a13a170accdf73838.zip
Add --human-readable to rsync opts for bug 269410
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index fade448ff..0f6f54165 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -95,7 +95,7 @@ PORTAGE_RSYNC_RETRIES="-1"
# Number of seconds rsync will wait before timing out.
#RSYNC_TIMEOUT="180"
-PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
+PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
# The number of days after the last `emerge --sync` that a warning
# message should be produced.