diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-08-09 10:33:38 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-08-09 10:33:38 +0000 |
commit | 617b11b0e92ab7b3e85bd7a1394c50d008470cc1 (patch) | |
tree | a7f20b07db613e488503b4c266be1fda918aba24 | |
parent | 922392955a62af8850e9a8ee2d12c86b9e185b86 (diff) | |
download | portage-617b11b0e92ab7b3e85bd7a1394c50d008470cc1.tar.gz portage-617b11b0e92ab7b3e85bd7a1394c50d008470cc1.tar.bz2 portage-617b11b0e92ab7b3e85bd7a1394c50d008470cc1.zip |
Add a reference to the default sets.conf location. Thanks to dberkholz for
the suggestion.
svn path=/main/trunk/; revision=11366
-rw-r--r-- | man/emerge.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/emerge.1 b/man/emerge.1 index e252c19b1..e92f85d2e 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -63,7 +63,8 @@ and \fBworld\fR. \fBsystem\fR refers to a set of packages deemed necessary for your system to run properly. \fBworld\fR contains all the packages listed in \fB/var/lib/portage/world\fR. [See \fBFILES\fR below for more information.] Other sets can exist depending -on the current configuration. Note that a \fIset\fR +on the current configuration. The default set configuration is located +in \fB/usr/share/portage/config/sets.conf\fR. Note that a \fIset\fR is generally used in conjunction with \fB\-\-update\fR. When used as arguments to \fBemerge\fR sets have to be prefixed with \fB@\fR to be recognized. @@ -673,6 +674,9 @@ Marius Mauch <genone@gentoo.org> Here is a common list of files you will probably be interested in. For a complete listing, please refer to the \fBportage\fR(5) man page. .TP +.B /usr/share/portage/config/sets.conf +Contains the default set configuration. +.TP .B /var/lib/portage/world Contains a list of all user\-specified packages. You can safely edit this file, adding packages that you want to be considered in \fBworld\fR |