From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
by nuthatch.gentoo.org with esmtp (Exim 4.62)
(envelope-from )
id 1I1WM8-0008VD-Sr
for garchives@archives.gentoo.org; Thu, 21 Jun 2007 23:46:29 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l5LNkIfL027693;
Thu, 21 Jun 2007 23:46:18 GMT
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l5LNkHlx027684
for ; Thu, 21 Jun 2007 23:46:18 GMT
Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133])
(using TLSv1 with cipher AES256-SHA (256/256 bits))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with ESMTP id AC85664DB1
for ; Thu, 21 Jun 2007 23:46:17 +0000 (UTC)
Received: from rane by stork.gentoo.org with local (Exim 4.60)
(envelope-from )
id 1I1WLw-0006vE-DH
for gentoo-doc-cvs@lists.gentoo.org; Thu, 21 Jun 2007 23:46:16 +0000
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: distcc.xml
Message-Id:
From: Lukasz Damentko
Date: Thu, 21 Jun 2007 23:46:16 +0000
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-doc-cvs@gentoo.org
Reply-to: docs-team@lists.gentoo.org
X-Archives-Salt: 43bdccd7-92cc-41cc-9668-76f52946ec6c
X-Archives-Hash: d7951d9dc9da0b1087be2e40cc820b3a
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 @@
-
+
@@ -33,8 +33,8 @@
-1.18
-2006-12-24
+1.19
+2007-06-22
Introduction
@@ -118,11 +118,10 @@
-# emerge distcc
+# emerge distcc distcc-config
# nano -w /etc/make.conf
(Set N to a suitable number for your particular setup)
-(A common strategy is setting N as twice the number of total CPUs + 1
-available)
+(A common strategy is setting N as twice the number of total CPUs + 1 available)
MAKEOPTS="-jN"
(Add distcc to your FEATURES)
FEATURES="distcc"
@@ -283,26 +282,11 @@
-Before the installation of distcc, a user called distcc must be added to the
-/etc/passwd:
-
-
-
-# echo "distcc:x:240:2:distccd:/dev/null:/bin/false" >>/etc/passwd
-
-
-
-It is important to note that adding users like this is very bad. We only do
-it here because there is no useradd utility (which you normally use for
-adding users) yet at this stage of installation.
-
-
-
Install distcc:
-# USE='-*' emerge --nodeps sys-devel/distcc
+# USE='-*' emerge --nodeps sys-devel/distcc sys-devel/distcc-config
--
gentoo-doc-cvs@gentoo.org mailing list