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" >>/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> -- [EMAIL PROTECTED] mailing list
