swift 13/08/01 21:00:02 Modified: hb-working-portage.xml Log: Align ACCEPT_LICENSE examples with make.conf.examples - bug #479386
Revision Changes Path 1.83 xml/htdocs/doc/en/handbook/hb-working-portage.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.83&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.83&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.82&r2=1.83 Index: hb-working-portage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- hb-working-portage.xml 1 Aug 2013 19:12:51 -0000 1.82 +++ hb-working-portage.xml 1 Aug 2013 21:00:02 -0000 1.83 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.82 2013/08/01 19:12:51 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.83 2013/08/01 21:00:02 swift Exp $ --> <sections> @@ -13,7 +13,7 @@ maintain the software on his system. </abstract> -<version>8</version> +<version>9</version> <date>2013-08-01</date> <section> @@ -455,12 +455,14 @@ <p> License groups defined in <c>ACCEPT_LICENSE</c> are prefixed with an <b>@</b> -sign. Here's an example of a system that globally permits the free software (and -documentation) license group, as well as a few other individual licenses: +sign. A commonly requested setting is to only allow the installation of free +software and documentation. To accomplish this, we can remove all currently +accepted licenses (using <c>-*</c>) and then only allow the licenses in the +<c>FREE</c> group as follows: </p> -<pre caption="ACCEPT_LICENSE in /etc/portage/make.conf"> -ACCEPT_LICENSE="-* @FREE atheros-hal BitstreamVera" +<pre caption="Only allowing free software and documentation licenses in /etc/portage/make.conf"> +ACCEPT_LICENSE="-* @FREE" </pre> <p>