summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichał Górny <gentoo@mgorny.alt.pl>2010-07-27 09:31:47 +0200
committerZac Medico <zmedico@gentoo.org>2010-07-27 00:36:32 -0700
commitaddd9a9b6027260bfbde35efc5408b5efe5341d6 (patch)
treef6fc2dad6bf2f922db881393ad627ed2a1bb09e9 /doc
parent3914366fc40ed4d5971547cf0bfd035fe0f70cc6 (diff)
downloadportage-addd9a9b6027260bfbde35efc5408b5efe5341d6.tar.gz
portage-addd9a9b6027260bfbde35efc5408b5efe5341d6.tar.bz2
portage-addd9a9b6027260bfbde35efc5408b5efe5341d6.zip
Use a directory for the default set configuration.
Expect /usr/share/portage/config/sets to be a directory containing any number of set configuration files. The default Portage sets.conf should be now installed as sets/portage.conf, and other ebuilds are free to install their own set configuration files there.
Diffstat (limited to 'doc')
-rw-r--r--doc/config/sets.docbook5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/config/sets.docbook b/doc/config/sets.docbook
index 35beef41d..edded8937 100644
--- a/doc/config/sets.docbook
+++ b/doc/config/sets.docbook
@@ -9,8 +9,9 @@
ignored.
</para>
<para>
- At first it looks for the default configuration in
- <filename>/usr/share/portage/config</filename>.
+ At first it reads the default configuration from all of the files
+ located in <filename>/usr/share/portage/config/sets</filename>
+ directory.
The default config includes sets that are expected on all systems and
often critical for normal operation, like <varname>world</varname>,
<varname>system</varname> or <varname>security</varname>.