aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'man/revdep-rebuild.1')
-rw-r--r--man/revdep-rebuild.18
1 files changed, 4 insertions, 4 deletions
diff --git a/man/revdep-rebuild.1 b/man/revdep-rebuild.1
index d2d2d58..59d7def 100644
--- a/man/revdep-rebuild.1
+++ b/man/revdep-rebuild.1
@@ -57,17 +57,17 @@ SEARCH_DIRS \- List of directories to search for executables and libraries
.LP
SEARCH_DIRS_MASK \- List of directories to not search
-You can prepend to these variables by setting the variable in your environment prior to execution, by placing an entry in /etc/make.conf, or by placing a file in /etc/revdep\-rebuild containing the appropriate variables.
+You can prepend to these variables by setting the variable in your environment prior to execution, by placing an entry in make.conf, or by placing a file in /etc/revdep\-rebuild containing the appropriate variables.
The variables are read and set in the following order:
environment settings \- one time changes by user
.br
-/etc/make.conf \- persistent changes by user
+make.conf \- persistent changes by user
.br
/etc/revdep\-rebuild/* \- persistent changes by ebuild authors
-While a user can edit and modify the files in the /etc/revdep\-rebuild directory, please be aware that the /etc/revdep\-rebuild directory is not under configuration protection and files can be removed and/or overwritten by an ebuild. To change this add /etc/revdep\-rebuild to the CONFIG_PROTECT variable in /etc/make.conf.
+While a user can edit and modify the files in the /etc/revdep\-rebuild directory, please be aware that the /etc/revdep\-rebuild directory is not under configuration protection and files can be removed and/or overwritten by an ebuild. To change this add /etc/revdep\-rebuild to the CONFIG_PROTECT variable in make.conf.
An entry of "\-*" means to clear the variable from that point forward.
Example: SEARCH_DIRS="/usr/bin \-*" will set SEARCH_DIRS to contain only /usr/bin
@@ -76,7 +76,7 @@ REVDEP_REBUILD_DEFAULT_OPTS \- List of default emerge options for revdep-rebuild
The REVDEP_REBUILD_DEFAULT_OPTS variable can be used to override EMERGE_DEFAULT_OPTS for revdep\-rebuild. This variable replaces the values of EMERGE_DEFAULT_OPTS and can still be overridden by command line options. Please note that this variable is only for options to pass to emerge and not options for revdep\-rebuild itself.
-revdep\-rebuild honors the NOCOLOR and PORTAGE_NICENESS variables from /etc/make.conf
+revdep\-rebuild honors the NOCOLOR and PORTAGE_NICENESS variables from make.conf
.SH "EXAMPLES"
It is recommended that when running revdep\-rebuild that the following command be used initially:
.br