diff options
author | Paul Varner <fuzzyray@gentoo.org> | 2013-01-17 16:57:02 -0600 |
---|---|---|
committer | Paul Varner <fuzzyray@gentoo.org> | 2013-01-17 16:57:02 -0600 |
commit | 66e2956afe8a0b333ecca68d7e618aa6d8aba71a (patch) | |
tree | 0ed4df0af10166fc6b63b61e9bd91e7d496895ce /man | |
parent | Change behavior and name of REVDEP_DEFAULT_OPTS variable. (diff) | |
download | gentoolkit-66e2956afe8a0b333ecca68d7e618aa6d8aba71a.tar.gz gentoolkit-66e2956afe8a0b333ecca68d7e618aa6d8aba71a.tar.bz2 gentoolkit-66e2956afe8a0b333ecca68d7e618aa6d8aba71a.zip |
Change /etc/make.conf references in man pages to make.conf
Diffstat (limited to 'man')
-rw-r--r-- | man/eclean.1 | 4 | ||||
-rw-r--r-- | man/euse.1 | 4 | ||||
-rw-r--r-- | man/revdep-rebuild.1 | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/man/eclean.1 b/man/eclean.1 index de1daee..a6bad31 100644 --- a/man/eclean.1 +++ b/man/eclean.1 @@ -82,14 +82,14 @@ Units are: y (years), m (months), w (weeks), d (days) and h (hours). .SS "Actions" .TP \fBdistfiles\fR -Clean files from /usr/portage/distfiles (or whatever else is your DISTDIR in /etc/make.conf). +Clean files from /usr/portage/distfiles (or whatever else is your DISTDIR in make.conf). This action should be useful to almost any Gentoo user, we all have to big DISTDIRs sometime... .br \fBeclean\-dist\fP is a shortcut to call eclean with the "distfiles" action, for simplified command\-line. .TP \fBpackages\fR -Clean files from /usr/portage/packages (or whatever else is your PKGDIR in /etc/make.conf). +Clean files from /usr/portage/packages (or whatever else is your PKGDIR in make.conf). This action is in particular useful for people who use the "buildpkg" or "buildsyspkg" FEATURES flags. .br @@ -7,7 +7,7 @@ euse \- Gentoo: command line USE flag editor .SH "DESCRIPTION" .PP .I euse -is used to set(disable/enable) USE flags in /etc/make.conf without having to edit +is used to set(disable/enable) USE flags in make.conf without having to edit the file directly. It is also used to get detail information about use flags like description, status of flags(enabled/disabled), type of flag(global/local) etc. @@ -78,7 +78,7 @@ Show the help message listing all the available flags and a short description \fB\-v, \-\-version\fI Show the version information .SH "FILES" -/etc/make.conf +/etc/make.conf and/or /etc/portage/make.conf .br /etc/make.profile/make.defaults .br 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 |