Gentoo Archives: gentoo-commits

From: "Davide Cendron (scen)" <scen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/it: distcc.xml
Date: Sat, 12 Jan 2008 13:40:27
Message-Id: E1JDgb1-00077u-Bg@stork.gentoo.org
1 scen 08/01/12 13:40:23
2
3 Modified: distcc.xml
4 Log:
5 Version 1.20, revision 1.41 of EN CVS
6
7 Revision Changes Path
8 1.19 xml/htdocs/doc/it/distcc.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/distcc.xml?rev=1.19&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/distcc.xml?rev=1.19&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/distcc.xml?r1=1.18&r2=1.19
13
14 Index: distcc.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/distcc.xml,v
17 retrieving revision 1.18
18 retrieving revision 1.19
19 diff -u -r1.18 -r1.19
20 --- distcc.xml 12 Dec 2007 22:18:51 -0000 1.18
21 +++ distcc.xml 12 Jan 2008 13:40:22 -0000 1.19
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/it/distcc.xml,v 1.18 2007/12/12 22:18:51 scen Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/distcc.xml,v 1.19 2008/01/12 13:40:22 scen Exp $ -->
27
28 <guide link="/doc/it/distcc.xml" lang="it">
29 <title>Documentazione Distcc per Gentoo</title>
30 @@ -44,8 +44,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>Introduzione</title>
41 @@ -126,7 +126,7 @@
42 </p>
43
44 <pre caption="Integrare distcc e Portage" >
45 -# <i>emerge distcc distcc-config</i>
46 +# <i>emerge distcc</i>
47 # <i>nano -w /etc/make.conf</i>
48 <comment>(Impostare N ad un numero adeguato alla propria configurazione)</comment>
49 <comment>(Un metodo piuttosto comune consiste nell'impostare N al doppio del numero totale di CPU + 1)</comment>
50 @@ -296,7 +296,7 @@
51 </p>
52
53 <pre caption="Installare distcc" >
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-commits@l.g.o mailing list