summaryrefslogtreecommitdiffstats
path: root/man/make.conf.5
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-06-22 15:33:07 -0700
committerZac Medico <zmedico@gentoo.org>2012-06-22 15:33:07 -0700
commitd1a59831eb2a5205d050884c760cca1d73be8fdf (patch)
tree5f011c32c3d17615489704aad1fb41a5ae54fbf5 /man/make.conf.5
parente4ba8f36e6a4624f4fec61c7ce8bed0e3bd2fa01 (diff)
downloadportage-d1a59831eb2a5205d050884c760cca1d73be8fdf.tar.gz
portage-d1a59831eb2a5205d050884c760cca1d73be8fdf.tar.bz2
portage-d1a59831eb2a5205d050884c760cca1d73be8fdf.zip
Add UNINSTALL_IGNORE variable for bug #421659.
UNINSTALL_IGNORE = [space delimited list of fnmatch patterns] This variable prevents uninstallation of files that match specific fnmatch(3) patterns. In order to ignore file collisions with these files at install time, the same patterns can be added to the COLLISION_IGNORE variable.
Diffstat (limited to 'man/make.conf.5')
-rw-r--r--man/make.conf.58
1 files changed, 8 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index 688263709..7d07344bd 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -896,6 +896,14 @@ is used to sync the local portage tree when `emerge \-\-sync` is run.
.br
Defaults to rsync://rsync.gentoo.org/gentoo\-portage
.TP
+\fBUNINSTALL_IGNORE\fR = \fI[space delimited list of fnmatch patterns]\fR
+This variable prevents uninstallation of files that match
+specific \fBfnmatch\fR(3) patterns. In order to ignore file
+collisions with these files at install time, the same patterns
+can be added to the \fBCOLLISION_IGNORE\fR variable.
+.br
+Defaults to "/lib/modules/*".
+.TP
\fBUSE\fR = \fI[space delimited list of USE items]\fR
This variable contains options that control the build behavior of several
packages. More information in \fBebuild\fR(5). Possible USE values