summaryrefslogtreecommitdiffstats
path: root/man/make.conf.5
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-04-03 19:28:13 +0000
committerZac Medico <zmedico@gentoo.org>2008-04-03 19:28:13 +0000
commit3a81e3b1e8bcfc71dc4506c8ca54d3d4f4692039 (patch)
treee305319563c88d6fdfe6c61be89bef918789ac87 /man/make.conf.5
parent3c16767d68f6e28d5a536213c8fb4b7f1fc3251e (diff)
downloadportage-3a81e3b1e8bcfc71dc4506c8ca54d3d4f4692039.tar.gz
portage-3a81e3b1e8bcfc71dc4506c8ca54d3d4f4692039.tar.bz2
portage-3a81e3b1e8bcfc71dc4506c8ca54d3d4f4692039.zip
Implement a PORTAGE_FETCH_RESUME_MIN_SIZE variable that is useful for
helping to ensure that small garbage files such as html 404 pages are properly discarded. (trunk r9687) svn path=/main/branches/2.1.2/; revision=9688
Diffstat (limited to 'man/make.conf.5')
-rw-r--r--man/make.conf.58
1 files changed, 8 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index fa796ea6e..c26fc043c 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -396,6 +396,14 @@ Please see /etc/make.conf.example for elog documentation.
\fBPORTAGE_FETCH_CHECKSUM_TRY_MIRRORS\fR = \fI5\fR
Number of mirrors to try when a downloaded file has an incorrect checksum.
.TP
+\PORTAGE_FETCH_RESUME_MIN_SIZE\fR = \fI350K\fR
+Minimum size of existing file for RESUMECOMMAND to be called. Files smaller
+than this size will be removed and FETCHCOMMAND will be called to download
+the file from the beginning. This is useful for helping to ensure that small
+garbage files such as html 404 pages are properly discarded. The variable
+should contain an integer number of bytes and may have a suffix such as
+K, M, or G.
+.TP
\fBPORTAGE_NICENESS\fR = \fI[number]\fR
The value of this variable will be added to the current nice level that
emerge is running at. In other words, this will not set the nice level,