diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-09-29 21:47:49 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-09-29 21:47:49 +0000 |
commit | b0ea8b4b86ca715907cc6cff3ec34f7f1de0c665 (patch) | |
tree | 24f320505b62e13b5f31fc43d0416bd326120df0 | |
parent | 26738ed2d7ff55ee2f116cc1f29e2538caa2142a (diff) | |
download | portage-b0ea8b4b86ca715907cc6cff3ec34f7f1de0c665.tar.gz portage-b0ea8b4b86ca715907cc6cff3ec34f7f1de0c665.tar.bz2 portage-b0ea8b4b86ca715907cc6cff3ec34f7f1de0c665.zip |
Document the new COLLISION_IGNORE variable.
svn path=/main/trunk/; revision=4563
-rw-r--r-- | man/make.conf.5 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index 823c62145..b9c0baf09 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -77,6 +77,10 @@ Determines how long the countdown delay will be after running `emerge clean`. .br Defaults to 5 seconds. .TP +\fBCOLLISION_IGNORE\fR = \fI[space delimited list of files and/or directories]\fR +This variable allows the user to disable \fIcollision\-protect\fR for specific +files and/or directories. +.TP \fBCONFIG_PROTECT\fR = \fI[space delimited list of dirs]\fR All directories that are defined here will have "config file protection" enabled for them. For more information, please see `emerge \-\-help config`. @@ -142,6 +146,8 @@ calls via the econf helper function. See \fBebuild\fR(5) for more information. .TP .B collision\-protect A QA\-feature to ensure that a package doesn't overwrite files it doesn't own. +The \fICOLLISION_IGNORE\fR variable can be used to selectively disable this +feature. .TP .B cvs A feature for developers that causes portage to enable all USE flags in SRC_URI |