Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: distcc.xml
Date: Thu, 21 Jun 2007 23:46:29
Message-Id: E1I1WLw-0006vE-DH@stork.gentoo.org
1 rane 07/06/21 23:46:16
2
3 Modified: distcc.xml
4 Log:
5 #182759, added emerge distcc-config, removed adding distcc user as ebuild handles that
6
7 Revision Changes Path
8 1.40 xml/htdocs/doc/en/distcc.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?rev=1.40&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?rev=1.40&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?r1=1.39&r2=1.40
13
14 Index: distcc.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v
17 retrieving revision 1.39
18 retrieving revision 1.40
19 diff -u -r1.39 -r1.40
20 --- distcc.xml 24 Dec 2006 17:54:01 -0000 1.39
21 +++ distcc.xml 21 Jun 2007 23:46:16 -0000 1.40
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.39 2006/12/24 17:54:01 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.40 2007/06/21 23:46:16 rane 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.18</version>
35 -<date>2006-12-24</date>
36 +<version>1.19</version>
37 +<date>2007-06-22</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -118,11 +118,10 @@
42 </p>
43
44 <pre caption="Integrating Distcc and Portage">
45 -# <i>emerge distcc</i>
46 +# <i>emerge distcc distcc-config</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
50 -available)</comment>
51 +<comment>(A common strategy is setting N as twice the number of total CPUs + 1 available)</comment>
52 MAKEOPTS="-jN"
53 <comment>(Add distcc to your FEATURES)</comment>
54 FEATURES="distcc"
55 @@ -283,26 +282,11 @@
56 <body>
57
58 <p>
59 -Before the installation of distcc, a user called distcc must be added to the
60 -<path>/etc/passwd</path>:
61 -</p>
62 -
63 -<pre caption="Create user distcc">
64 -# <i>echo "distcc:x:240:2:distccd:/dev/null:/bin/false" &gt;&gt;/etc/passwd</i>
65 -</pre>
66 -
67 -<impo>
68 -It is important to note that adding users like this is very bad. We only do
69 -it here because there is no <c>useradd</c> utility (which you normally use for
70 -adding users) yet at this stage of installation.
71 -</impo>
72 -
73 -<p>
74 Install distcc:
75 </p>
76
77 <pre caption="Getting Distcc on the new box">
78 -# <i>USE='-*' emerge --nodeps sys-devel/distcc</i>
79 +# <i>USE='-*' emerge --nodeps sys-devel/distcc sys-devel/distcc-config</i>
80 </pre>
81
82 </body>
83
84
85
86 --
87 gentoo-doc-cvs@g.o mailing list