summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-11-02 07:17:45 +0000
committerZac Medico <zmedico@gentoo.org>2007-11-02 07:17:45 +0000
commitdf90926da388c9e2bb467874873d5905cb696976 (patch)
tree3885123618518bc582486a5b12449c87f23672bd /man
parent854fdb7ebe73222d5741c3fe167da2fa5dc696ac (diff)
downloadportage-df90926da388c9e2bb467874873d5905cb696976.tar.gz
portage-df90926da388c9e2bb467874873d5905cb696976.tar.bz2
portage-df90926da388c9e2bb467874873d5905cb696976.zip
Update the FEATURES=mirror docs to more accurately reflect behavior.
(trunk r8348) Bug #197594 - Document FEATURES="lmirror". (trunk r8373) svn path=/main/branches/2.1.2/; revision=8374
Diffstat (limited to 'man')
-rw-r--r--man/make.conf.58
1 files changed, 6 insertions, 2 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index 7a93e3b8f..c74dda1ac 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -207,12 +207,16 @@ prior to each build. Due to lack of proper cleanup, this feature can
interfere with normal emerge operation and therefore it should not be left
enabled for more than a short period of time.
.TP
+.B lmirror
+When \fImirror\fR is enabled in \fBFEATURES\fR, fetch files even
+when \fImirror\fR is also in the \fBebuild\fR(5) \fBRESTRICT\fR variable.
+.TP
.B metadata\-transfer
Automatically perform a metadata transfer when `emerge \-\-sync` is run.
.TP
.B mirror
-This will cause \fBFETCHCOMMAND\fR to always be run even if
-the file already exists in \fBDISTDIR\fR.
+Fetch everything in \fBSRC_URI\fR regardless of \fBUSE\fR settings,
+except do not fetch anything when \fImirror\fR is in \fBRESTRICT\fR.
.TP
.B noauto
When utilizing \fBebuild\fR(1), only run the function requested.