nightmorph 10/07/13 17:23:19 Modified: ipv6.xml Log: remove keywording instructions for totd, bug 326771
Revision Changes Path 1.33 xml/htdocs/doc/en/ipv6.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.32&r2=1.33 Index: ipv6.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ipv6.xml 5 Jul 2010 23:35:49 -0000 1.32 +++ ipv6.xml 13 Jul 2010 17:23:19 -0000 1.33 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.32 2010/07/05 23:35:49 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.33 2010/07/13 17:23:19 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide> @@ -32,8 +32,8 @@ <license/> -<version>1.9</version> -<date>2010-07-05</date> +<version>2</version> +<date>2010-07-13</date> <chapter> <title>Preliminaries</title> @@ -759,24 +759,14 @@ <body> <p> -To get 6to4 conversion working, a DNS proxy, <c>totd</c>, need to be +To get 6to4 conversion working, a DNS proxy, <c>totd</c>, needs to be configured that will send you AAAA records for sites that really only have A records. These AAAA records will point to IPv6 addresses which don't actually exist, but which will get routed through a 6to4 proxy. </p> <p> -Since <c>totd</c> is still in <c>~arch</c>, you'll have to keyword it by -appending the following line to your <path>/etc/portage/package.keywords</path> -file (see "man portage" for more information about this file). -</p> - -<pre caption="Add totd to package.keywords"> -net-misc/totd -</pre> - -<p> -Then simply run emerge: +First, install <c>totd</c>: </p> <pre caption="Installing totd">
