Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: ipv6.xml
Date: Tue, 13 Jul 2010 17:23:22
Message-Id: 20100713172319.96B702CE14@corvid.gentoo.org
1 nightmorph 10/07/13 17:23:19
2
3 Modified: ipv6.xml
4 Log:
5 remove keywording instructions for totd, bug 326771
6
7 Revision Changes Path
8 1.33 xml/htdocs/doc/en/ipv6.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.33&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.33&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.32&r2=1.33
13
14 Index: ipv6.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
17 retrieving revision 1.32
18 retrieving revision 1.33
19 diff -u -r1.32 -r1.33
20 --- ipv6.xml 5 Jul 2010 23:35:49 -0000 1.32
21 +++ ipv6.xml 13 Jul 2010 17:23:19 -0000 1.33
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.32 2010/07/05 23:35:49 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.33 2010/07/13 17:23:19 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide>
29 @@ -32,8 +32,8 @@
30
31 <license/>
32
33 -<version>1.9</version>
34 -<date>2010-07-05</date>
35 +<version>2</version>
36 +<date>2010-07-13</date>
37
38 <chapter>
39 <title>Preliminaries</title>
40 @@ -759,24 +759,14 @@
41 <body>
42
43 <p>
44 -To get 6to4 conversion working, a DNS proxy, <c>totd</c>, need to be
45 +To get 6to4 conversion working, a DNS proxy, <c>totd</c>, needs to be
46 configured that will send you AAAA records for sites that really only have
47 A records. These AAAA records will point to IPv6 addresses which don't
48 actually exist, but which will get routed through a 6to4 proxy.
49 </p>
50
51 <p>
52 -Since <c>totd</c> is still in <c>~arch</c>, you'll have to keyword it by
53 -appending the following line to your <path>/etc/portage/package.keywords</path>
54 -file (see "man portage" for more information about this file).
55 -</p>
56 -
57 -<pre caption="Add totd to package.keywords">
58 -net-misc/totd
59 -</pre>
60 -
61 -<p>
62 -Then simply run emerge:
63 +First, install <c>totd</c>:
64 </p>
65
66 <pre caption="Installing totd">