Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: distcc.xml
Date: Fri, 11 Jan 2008 07:05:05
Message-Id: E1JDDws-00027j-Do@stork.gentoo.org
1 nightmorph 08/01/11 07:05:02
2
3 Modified: distcc.xml
4 Log:
5 removed instructions to emerge distcc-config, as the command is now provided by the package itself. per the last rites thread on gentoo-dev.
6
7 Revision Changes Path
8 1.41 xml/htdocs/doc/en/distcc.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?rev=1.41&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?rev=1.41&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?r1=1.40&r2=1.41
13
14 Index: distcc.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v
17 retrieving revision 1.40
18 retrieving revision 1.41
19 diff -u -r1.40 -r1.41
20 --- distcc.xml 21 Jun 2007 23:46:16 -0000 1.40
21 +++ distcc.xml 11 Jan 2008 07:05:02 -0000 1.41
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.40 2007/06/21 23:46:16 rane Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.41 2008/01/11 07:05:02 nightmorph Exp $ -->
27
28 <guide link="/doc/en/distcc.xml">
29
30 @@ -33,8 +33,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.19</version>
35 -<date>2007-06-22</date>
36 +<version>1.20</version>
37 +<date>2008-01-10</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -118,7 +118,7 @@
42 </p>
43
44 <pre caption="Integrating Distcc and Portage">
45 -# <i>emerge distcc distcc-config</i>
46 +# <i>emerge distcc</i>
47 # <i>nano -w /etc/make.conf</i>
48 <comment>(Set N to a suitable number for your particular setup)</comment>
49 <comment>(A common strategy is setting N as twice the number of total CPUs + 1 available)</comment>
50 @@ -286,7 +286,7 @@
51 </p>
52
53 <pre caption="Getting Distcc on the new box">
54 -# <i>USE='-*' emerge --nodeps sys-devel/distcc sys-devel/distcc-config</i>
55 +# <i>USE='-*' emerge --nodeps sys-devel/distcc</i>
56 </pre>
57
58 </body>
59
60
61
62 --
63 gentoo-doc-cvs@l.g.o mailing list