summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-05-13 03:38:23 +0000
committerZac Medico <zmedico@gentoo.org>2008-05-13 03:38:23 +0000
commite271d16a641cc9ddbb223ccc084f01cadc721f03 (patch)
treea01c3609813f32e11ff73f22e579787292c99518 /man/make.conf.5
parentDefine the world_candidates variable earlier to make sure it's in scope. (diff)
downloadportage-multirepo-e271d16a641cc9ddbb223ccc084f01cadc721f03.tar.gz
portage-multirepo-e271d16a641cc9ddbb223ccc084f01cadc721f03.tar.bz2
portage-multirepo-e271d16a641cc9ddbb223ccc084f01cadc721f03.zip
Bug #220533 - Document FEATURES="skiprocheck".
svn path=/main/trunk/; revision=10314
Diffstat (limited to 'man/make.conf.5')
-rw-r--r--man/make.conf.59
1 files changed, 9 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index 2a176373..c3cb342e 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -281,6 +281,15 @@ See also \fIsuidctl\fR below.
When commiting work to cvs with \fBrepoman\fR(1), sign the Manifest with
a GPG key. Read about the \fIPORTAGE_GPG_KEY\fR variable in \fBmake.conf\fR(5).
.TP
+.B skiprocheck
+Skip write access checks on \fBDISTDIR\fR when fetching files. This is
+useful when \fBFETCHCOMMAND\fR and \fBRESUMECOMMAND\fR are used to
+forward fetch requests to a server that exposes \fBDISTDIR\fR as
+a read-only NFS share. A read-only \fBDISTDIR\fR is not compatible with the
+\fIdistlocks\fR, so it is recommended to also add "-distlocks" to
+\fBFEATURES\fR in order to avoid warning messages that are triggered by this
+incompatibility.
+.TP
.B splitdebug
Prior to stripping ELF etdyn and etexec files, the debugging info is
stored for later use by various debuggers. This feature is disabled by