From bc18e1e7c3af475412e997489058c58942ebfdcb Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 7 May 2012 23:23:40 -0700 Subject: COLLISION_IGNORE: support fnmatch patterns This allows it to be combined with the COLLISION_IGNORE_UNOWNED variable from commit 33545ea18e8816addb3c54bb26a0cc788b8512e6, so only one variable is needed. --- man/make.conf.5 | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'man/make.conf.5') diff --git a/man/make.conf.5 b/man/make.conf.5 index 7b1d4c046..39c3f8e48 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -128,18 +128,13 @@ Determines how long the countdown delay will be after running .br Defaults to 5 seconds. .TP -\fBCOLLISION_IGNORE\fR = \fI[space delimited list of files and/or directories]\fR +\fBCOLLISION_IGNORE\fR = \fI[space delimited list of shell patterns]\fR This variable allows the user to disable \fIcollision\-protect\fR and -\fIprotect\-owned\fR for specific files and/or directories. +\fIprotect\-owned\fR for specific shell patterns. For backward +compatibility, directories that are listed without a shell pattern will +automatically have /* appended to them. .br -Defaults to /lib/modules. -.TP -\fBCOLLISION_IGNORE_UNOWNED\fR = \fI[space delimited list of shell patterns]\fR -This variable allows the user to disable \fIcollision\-protect\fR and -\fIprotect\-owned\fR for specific shell patterns for files that are -not owned by any packages. -.br -Defaults to *.pyc and *.pyo patterns. +Defaults to "/lib/modules/* *.py[co]". .TP \fBCONFIG_PROTECT\fR = \fI[space delimited list of files and/or directories]\fR All files and/or directories that are defined here will have "config file protection" -- cgit v1.2.3-1-g7c22