From: Zac Medico Date: Mon, 30 Jul 2007 05:04:52 +0000 (-0000) Subject: Update FETCHCOMMAND and RESUMECOMMAND docs (bug #141550, branches/2.1.2 r7005:7007) X-Git-Tag: v2.1.2.11~33 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e5cb173a0a9852e5ba7f731ccb675ed0146c5fe6;p=portage.git Update FETCHCOMMAND and RESUMECOMMAND docs (bug #141550, branches/2.1.2 r7005:7007) svn path=/main/branches/2.1.2.9/; revision=7484 --- diff --git a/man/make.conf.5 b/man/make.conf.5 index 5c211f92e..0d8f52416 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -286,7 +286,9 @@ Enable the sandbox in the compile phase, when running without root privs (\fIuse .B FETCHCOMMAND This variable contains the command used for fetching package sources from the internet. It must contain the full path to the executable as well as the -place\-holders \\${DISTDIR} and \\${URI}. +place\-holders \\${DISTDIR}, \\${FILE} and \\${URI}. The command should be +written to place the fetched file at \\${DISTDIR}/\\${FILE}. +Also see \fBRESUMECOMMAND\fR. .TP \fBGENTOO_MIRRORS\fR = \fI[URLs]\fR Insert your space\-seperated list of local mirrors here. These @@ -433,7 +435,9 @@ settings from ebuilds. See also \fBebuild\fR(5). .B RESUMECOMMAND This variable contains the command used for resuming package sources that have been partially downloaded. It should be defined using the same format -as \fBFETCHCOMMAND\fR. +as \fBFETCHCOMMAND\fR, and must include any additional option(s) that may +be necessary in order to continue a partially downloaded file located at +\\${DISTDIR}/\\${FILE}. .TP \fBROOT\fR = \fI[path]\fR Use \fBROOT\fR to specify the target root filesystem to be used for merging