summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-05-13 04:41:26 +0000
committerZac Medico <zmedico@gentoo.org>2008-05-13 04:41:26 +0000
commit073b18b036cb0255e8ef1e23587d4d2b5f241a86 (patch)
treeb6f209671f9e301cfeed9a5639dba4686fe36527
parent07301526ff0e370ea47767877568dd49d2787062 (diff)
downloadportage-073b18b036cb0255e8ef1e23587d4d2b5f241a86.tar.gz
portage-073b18b036cb0255e8ef1e23587d4d2b5f241a86.tar.bz2
portage-073b18b036cb0255e8ef1e23587d4d2b5f241a86.zip
Bug #220533 - Document FEATURES="skiprocheck". (trunk r10314)
svn path=/main/branches/2.1.2/; revision=10315
-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 df4e08c92..202fcdd86 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