diff options
author | Marius Mauch <genone@gentoo.org> | 2007-10-09 20:48:28 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-10-09 20:48:28 +0000 |
commit | c849fc691c32c26c9f4f596b90efe007425129da (patch) | |
tree | 2347df7c137b762e36fcbc54de350af1e6d49664 /doc | |
parent | document all options (diff) | |
download | portage-idfetch-c849fc691c32c26c9f4f596b90efe007425129da.tar.gz portage-idfetch-c849fc691c32c26c9f4f596b90efe007425129da.tar.bz2 portage-idfetch-c849fc691c32c26c9f4f596b90efe007425129da.zip |
security sets actually have one option
svn path=/main/trunk/; revision=8029
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config/sets.docbook | 35 |
1 files changed, 30 insertions, 5 deletions
diff --git a/doc/config/sets.docbook b/doc/config/sets.docbook index 9bda3922..002fc288 100644 --- a/doc/config/sets.docbook +++ b/doc/config/sets.docbook @@ -263,7 +263,7 @@ </sect3> </sect2> - <sect2 id='config-set-classes-SecuritySet'> + <sect2 id='config-set-classes-SecuritySet' xreflabel='SecuritySet'> <title>portage.sets.security.SecuritySet</title> <para> </para> @@ -271,7 +271,17 @@ <sect3> <title>Single Set Configuration</title> <para> - This class does not support any options. + In single set configurations this class supports the following options: + <itemizedlist> + <listitem><varname>use_emerge_resolver</varname>: Optional, defaults to + <parameter>false</parameter>. This option determines which resolver + strategy should be used for the set atoms. When set to + <parameter>true</parameter>, it will use the default emerge algorithm + and use the highest visible version that matches the GLSA. If set + to <parameter>false</parameter> it will use the default glsa-check + algorithm and use the lowest version that matches the GLSA and is + higher than the currently installed version (least change policy). + </listitem> </para> </sect3> </sect2> @@ -284,7 +294,12 @@ <sect3> <title>Single Set Configuration</title> <para> - This class does not support any options. + In single set configurations this class supports the following options: + <itemizedlist> + <listitem><varname>use_emerge_resolver</varname>: See + <xref linkend='config-set-classes-SecuritySet'>SecuritySet</xref> + </listitem> + </itemizedlist> </para> </sect3> </sect2> @@ -297,7 +312,12 @@ <sect3> <title>Single Set Configuration</title> <para> - This class does not support any options. + In single set configurations this class supports the following options: + <itemizedlist> + <listitem><varname>use_emerge_resolver</varname>: See + <xref linkend='config-set-classes-SecuritySet'>SecuritySet</xref> + </listitem> + </itemizedlist> </para> </sect3> </sect2> @@ -310,7 +330,12 @@ <sect3> <title>Single Set Configuration</title> <para> - This class does not support any options. + In single set configurations this class supports the following options: + <itemizedlist> + <listitem><varname>use_emerge_resolver</varname>: See + <xref linkend='config-set-classes-SecuritySet'>SecuritySet</xref> + </listitem> + </itemizedlist> </para> </sect3> </sect2> |