From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2C689138522 for ; Thu, 17 Jan 2013 22:58:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A57A621C070; Thu, 17 Jan 2013 22:58:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 150B621C072 for ; Thu, 17 Jan 2013 22:58:43 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03F9033DA71 for ; Thu, 17 Jan 2013 22:58:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 89045E4073 for ; Thu, 17 Jan 2013 22:58:40 +0000 (UTC) From: "Paul Varner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paul Varner" Message-ID: <1358463422.66e2956afe8a0b333ecca68d7e618aa6d8aba71a.fuzzyray@gentoo> Subject: [gentoo-commits] proj/gentoolkit:gentoolkit commit in: man/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: man/eclean.1 man/euse.1 man/revdep-rebuild.1 X-VCS-Directories: man/ X-VCS-Committer: fuzzyray X-VCS-Committer-Name: Paul Varner X-VCS-Revision: 66e2956afe8a0b333ecca68d7e618aa6d8aba71a X-VCS-Branch: gentoolkit Date: Thu, 17 Jan 2013 22:58:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 28d3ed99-ac11-4287-a313-4c191d560807 X-Archives-Hash: 4288dc52d92960335ab194189a5b538a commit: 66e2956afe8a0b333ecca68d7e618aa6d8aba71a Author: Paul Varner gentoo org> AuthorDate: Thu Jan 17 22:57:02 2013 +0000 Commit: Paul Varner gentoo org> CommitDate: Thu Jan 17 22:57:02 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=66e2956a Change /etc/make.conf references in man pages to make.conf --- man/eclean.1 | 4 ++-- man/euse.1 | 4 ++-- 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 diff --git a/man/euse.1 b/man/euse.1 index 0c284d1..c3cde74 100644 --- a/man/euse.1 +++ b/man/euse.1 @@ -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