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: Mon, 05 Jul 2010 23:36:48
Message-Id: 20100705233550.443312CE14@corvid.gentoo.org
1 nightmorph 10/07/05 23:35:50
2
3 Modified: ipv6.xml
4 Log:
5 clean up the ipv6 guide for totd; use modern keywording syntax. soon it should be stabilized, too, which means removing the keyword steps.
6
7 Revision Changes Path
8 1.32 xml/htdocs/doc/en/ipv6.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.32&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.32&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.31&r2=1.32
13
14 Index: ipv6.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
17 retrieving revision 1.31
18 retrieving revision 1.32
19 diff -u -r1.31 -r1.32
20 --- ipv6.xml 15 Mar 2010 21:47:54 -0000 1.31
21 +++ ipv6.xml 5 Jul 2010 23:35:49 -0000 1.32
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.31 2010/03/15 21:47:54 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.32 2010/07/05 23:35:49 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide>
29 @@ -20,6 +20,9 @@
30 <author title="Editor">
31 <mail link="okun@××××.fi">Pasi Valminen</mail>
32 </author>
33 +<author title="Editor">
34 + <mail link="nightmorph"/>
35 +</author>
36
37 <abstract>
38 This guide shows how to setup IPv6 on a Gentoo system. This includes
39 @@ -29,8 +32,8 @@
40
41 <license/>
42
43 -<version>1.8</version>
44 -<date>2010-03-15</date>
45 +<version>1.9</version>
46 +<date>2010-07-05</date>
47
48 <chapter>
49 <title>Preliminaries</title>
50 @@ -763,14 +766,13 @@
51 </p>
52
53 <p>
54 -Since <c>totd</c> is still <c>~x86</c> masked pending further testing, you'll
55 -have to unmask it by appending the following line to your
56 -<path>/etc/portage/package.keywords</path> file (see "man portage" for more
57 -informations about this file).
58 +Since <c>totd</c> is still in <c>~arch</c>, you'll have to keyword it by
59 +appending the following line to your <path>/etc/portage/package.keywords</path>
60 +file (see "man portage" for more information about this file).
61 </p>
62
63 -<pre caption="Permanently unmask totd in package.keywords">
64 -net-misc/totd ~x86
65 +<pre caption="Add totd to package.keywords">
66 +net-misc/totd
67 </pre>
68
69 <p>