public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
From: Lukasz Damentko <rane@stork.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: distcc.xml
Date: Thu, 21 Jun 2007 23:46:16 +0000	[thread overview]
Message-ID: <E1I1WLw-0006vE-DH@stork.gentoo.org> (raw)

rane        07/06/21 23:46:16

  Modified:             distcc.xml
  Log:
  #182759, added emerge distcc-config, removed adding distcc user as ebuild handles that

Revision  Changes    Path
1.40                 xml/htdocs/doc/en/distcc.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/distcc.xml?r1=1.39&r2=1.40

Index: distcc.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- distcc.xml	24 Dec 2006 17:54:01 -0000	1.39
+++ distcc.xml	21 Jun 2007 23:46:16 -0000	1.40
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.39 2006/12/24 17:54:01 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.40 2007/06/21 23:46:16 rane Exp $ -->
 
 <guide link="/doc/en/distcc.xml">
 
@@ -33,8 +33,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.18</version>
-<date>2006-12-24</date>
+<version>1.19</version>
+<date>2007-06-22</date>
 
 <chapter>
 <title>Introduction</title>
@@ -118,11 +118,10 @@
 </p>
 
 <pre caption="Integrating Distcc and Portage">
-# <i>emerge distcc</i>
+# <i>emerge distcc distcc-config</i>
 # <i>nano -w /etc/make.conf</i>
 <comment>(Set N to a suitable number for your particular setup)</comment>
-<comment>(A common strategy is setting N as twice the number of total CPUs + 1
-available)</comment>
+<comment>(A common strategy is setting N as twice the number of total CPUs + 1 available)</comment>
 MAKEOPTS="-jN"
 <comment>(Add distcc to your FEATURES)</comment>
 FEATURES="distcc"
@@ -283,26 +282,11 @@
 <body>
 
 <p>
-Before the installation of distcc, a user called distcc must be added to the
-<path>/etc/passwd</path>:
-</p>
-
-<pre caption="Create user distcc">
-# <i>echo "distcc:x:240:2:distccd:/dev/null:/bin/false" &gt;&gt;/etc/passwd</i>
-</pre>
-
-<impo>
-It is important to note that adding users like this is very bad.  We only do 
-it here because there is no <c>useradd</c> utility (which you normally use for
-adding users) yet at this stage of installation.
-</impo>
-
-<p>
 Install distcc:
 </p>
 
 <pre caption="Getting Distcc on the new box">
-# <i>USE='-*' emerge --nodeps sys-devel/distcc</i>
+# <i>USE='-*' emerge --nodeps sys-devel/distcc sys-devel/distcc-config</i>
 </pre>
 
 </body>



-- 
gentoo-doc-cvs@gentoo.org mailing list



             reply	other threads:[~2007-06-21 23:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-21 23:46 Lukasz Damentko [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-04-07 20:57 [gentoo-doc-cvs] cvs commit: distcc.xml Jan Kundrat
2008-01-11  7:05 Joshua Saddler
2006-12-24 17:54 Josh Saddler
2006-09-04 10:23 Josh Saddler
2006-04-04 12:14 Shyam Mani
2006-02-21 16:50 Jan Kundrat
2006-02-18 23:21 Josh Saddler
2006-01-25  9:16 Xavier Neys

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1I1WLw-0006vE-DH@stork.gentoo.org \
    --to=rane@stork.gentoo.org \
    --cc=docs-team@lists.gentoo.org \
    --cc=gentoo-doc-cvs@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox