From d1a59831eb2a5205d050884c760cca1d73be8fdf Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 22 Jun 2012 15:33:07 -0700 Subject: 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. --- man/make.conf.5 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'man') 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 -- cgit v1.2.3-1-g7c22