| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.22 2004/08/22 20:51:08 neysx Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.23 2004/11/09 11:37:30 swift Exp $ --> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/distcc.xml"> |
5 | <guide link="/doc/en/distcc.xml"> |
| 6 | |
6 | |
| 7 | <title>Gentoo Distcc Documentation</title> |
7 | <title>Gentoo Distcc Documentation</title> |
| 8 | |
8 | |
| … | |
… | |
| 36 | |
36 | |
| 37 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
37 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 38 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
38 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 39 | <license/> |
39 | <license/> |
| 40 | |
40 | |
| 41 | <version>1.8</version> |
41 | <version>1.9</version> |
| 42 | <date>August 22, 2004</date> |
42 | <date>November 09, 2004</date> |
| 43 | |
43 | |
| 44 | <chapter> |
44 | <chapter> |
| 45 | <title>Introduction</title> |
45 | <title>Introduction</title> |
| 46 | <section> |
46 | <section> |
| 47 | <title>What is distcc?</title> |
47 | <title>What is distcc?</title> |
| … | |
… | |
| 166 | <pre caption="Sample command to set the hosts"> |
166 | <pre caption="Sample command to set the hosts"> |
| 167 | # <i>/usr/bin/distcc-config --set-hosts "192.168.0.1 192.168.0.2 192.168.0.3"</i> |
167 | # <i>/usr/bin/distcc-config --set-hosts "192.168.0.1 192.168.0.2 192.168.0.3"</i> |
| 168 | </pre> |
168 | </pre> |
| 169 | |
169 | |
| 170 | <p> |
170 | <p> |
|
|
171 | Edit <path>/etc/conf.d/distccd</path> to your needs and be sure to set the |
|
|
172 | <c>--allow</c> directive to allow only hosts you trust. For more information |
|
|
173 | please see the <uri link="http://distcc.samba.org/security.html">Distcc Security |
|
|
174 | Design</uri>. |
|
|
175 | </p> |
|
|
176 | |
|
|
177 | <p> |
| 171 | Now start the distcc daemon on all the participating computers: |
178 | Now start the distcc daemon on all the participating computers: |
| 172 | </p> |
179 | </p> |
| 173 | |
180 | |
| 174 | <pre caption="Starting the distcc daemon"> |
181 | <pre caption="Starting the distcc daemon"> |
| 175 | <comment>(Add distccd to the default runlevel)</comment> |
182 | <comment>(Add distccd to the default runlevel)</comment> |