summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-05-28 07:32:25 +0000
committerZac Medico <zmedico@gentoo.org>2007-05-28 07:32:25 +0000
commit7d9ec2790d9c89a3e111fc94b7fb4a4917f74c96 (patch)
tree43feb4e005547d4dbe201e451808739b52ed6d25 /man
parentfb26d97afdae5bf7f2252d5e9106dcb47ec72a08 (diff)
downloadportage-7d9ec2790d9c89a3e111fc94b7fb4a4917f74c96.tar.gz
portage-7d9ec2790d9c89a3e111fc94b7fb4a4917f74c96.tar.bz2
portage-7d9ec2790d9c89a3e111fc94b7fb4a4917f74c96.zip
For bug #180009, add a PORTAGE_RSYNC_INITIAL_TIMEOUT config variable. The default is 15 seconds and it can be disabled by setting it to 0. (trunk r6650)
svn path=/main/branches/2.1.2/; revision=6651
Diffstat (limited to 'man')
-rw-r--r--man/make.conf.56
1 files changed, 6 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index dc01a2c55..65de528bb 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -357,6 +357,12 @@ emerge is running at. In other words, this will not set the nice level,
it will increment it. For more information about nice levels and what
are acceptable ranges, see \fBnice\fR(1).
.TP
+\fBPORTAGE_RSYNC_INITIAL_TIMEOUT\fR = \fIinteger\fR
+Used by \fBemerge \-\-sync\fR as a timeout for the initial connection to an
+rsync server.
+.br
+Defaults to 15 seconds.
+.TP
\fBPORTAGE_RSYNC_EXTRA_OPTS\fR = \fI[rsync options string]\fR
Additional rsync options to be used by \fBemerge \-\-sync\fR.
.br