From e2983690e7a22d69cb1507b55050438a6ec3d924 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 3 Apr 2008 19:23:16 +0000 Subject: 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. svn path=/main/trunk/; revision=9687 --- man/make.conf.5 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'man/make.conf.5') diff --git a/man/make.conf.5 b/man/make.conf.5 index 18d750a21..d35acf16b 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -412,6 +412,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, -- cgit v1.2.3-1-g7c22