diff options
-rw-r--r-- | doc/faq/howdoi.html.part | 13 | ||||
-rw-r--r-- | doc/faq/index.html.part | 1 |
2 files changed, 0 insertions, 14 deletions
diff --git a/doc/faq/howdoi.html.part b/doc/faq/howdoi.html.part index 03bf252b2..eccc14632 100644 --- a/doc/faq/howdoi.html.part +++ b/doc/faq/howdoi.html.part @@ -4,7 +4,6 @@ <ul> <li><a href="howdoi.html#ccache">Use <code>ccache</code></a></li> - <li><a href="howdoi.html#distcc">Use <code>distcc</code></a></li> <li><a href="howdoi.html#unmask">Unmask a Package</a></li> <li><a href="howdoi.html#syncfromcvs">Sync from CVS</a></li> <li><a href="howdoi.html#syncfromsnapshot">Sync from a Gentoo tree snapshot</a></li> @@ -30,18 +29,6 @@ will sometimes use the <code>paludisbuild</code> user when compiling. You can set the maxium size of the cache by running (for example) <code>CCACHE_DIR="/var/tmp/ccache" ccache -M 2G</code> once as root.</p> -<h2 id="distcc">Use <code>distcc</code></h2> - -<p>To enable <code>distcc</code>, simply set the relevant variables in your -configuration <code>bashrc</code>:</p> - -<pre> -DISTCC_DIR="/var/tmp/paludis/.distcc" -DISTCC_HOSTS="localhost another_host" -PATH="/usr/lib/distcc/bin:${PATH}" -SANDBOX_WRITE="${SANDBOX_WRITE}:${DISTCC_DIR}" -</pre> - <h2 id="unmask">Unmask a Package</h2> <p>First, you need to determine how a package is masked. The easiest way to do diff --git a/doc/faq/index.html.part b/doc/faq/index.html.part index 2c7e67164..1b98a519d 100644 --- a/doc/faq/index.html.part +++ b/doc/faq/index.html.part @@ -25,7 +25,6 @@ functionality. Pestering anyone about these is liable to get you hurt a lot.</p> <ul> <li><a href="howdoi.html#ccache">Use <code>ccache</code></a></li> - <li><a href="howdoi.html#distcc">Use <code>distcc</code></a></li> <li><a href="howdoi.html#unmask">Unmask a Package</a></li> <li><a href="howdoi.html#syncfromcvs">Sync from CVS</a></li> <li><a href="howdoi.html#syncfromsnapshot">Sync from a Gentoo tree snapshot</a></li> |