summaryrefslogtreecommitdiffstats
path: root/bin/emerge
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2006-03-28 05:27:54 +0000
committerMarius Mauch <genone@gentoo.org>2006-03-28 05:27:54 +0000
commit6b796a31cb35cb9c261cd9dd56de4350b3f286e6 (patch)
treef00f79fe1b3b23e98c925f21c3cbc90ac5527bf0 /bin/emerge
parent85760747192c33b294b670942dbf65e7b66c559d (diff)
downloadportage-6b796a31cb35cb9c261cd9dd56de4350b3f286e6.tar.gz
portage-6b796a31cb35cb9c261cd9dd56de4350b3f286e6.tar.bz2
portage-6b796a31cb35cb9c261cd9dd56de4350b3f286e6.zip
Recommend PORTAGE_RSYNC_EXTRA_OPTS instead of PORTAGE_RSYNC_OPTS
svn path=/main/trunk/; revision=3029
Diffstat (limited to 'bin/emerge')
-rwxr-xr-xbin/emerge2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/emerge b/bin/emerge
index ae85fa9a5..cde03954f 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -2563,7 +2563,7 @@ if myaction in ["sync","metadata"] and (not "--help" in myopts):
if portage.settings["RSYNC_TIMEOUT"] != "":
portage.writemsg("WARNING: usage of RSYNC_TIMEOUT is deprecated, " + \
- "use PORTAGE_RSYNC_OPTS instead\n")
+ "use PORTAGE_RSYNC_EXTRA_OPTS instead\n")
try:
mytimeout = int(portage.settings["RSYNC_TIMEOUT"])
rsync_opts.append("--timeout=%d" % mytimeout)