contrib/distcc
Danny Rawlins 9f238aba6f distcc: remove empty directory
move configuration directory from /usr/etc -> /etc
move /usr/var -> /var
add missing dependency popt
disable gnome monitor
2007-07-31 21:39:17 +10:00
..
.footprint distcc: remove empty directory 2007-07-31 21:39:17 +10:00
.md5sum distcc: taken over from opt 2007-04-11 05:56:44 +10:00
distccd distcc: taken over from opt 2007-04-11 05:56:44 +10:00
Pkgfile distcc: remove empty directory 2007-07-31 21:39:17 +10:00
README distcc: taken over from opt 2007-04-11 05:56:44 +10:00

POST-INSTALL
to use distcc, just 
a) export DISTCC_HOSTS to include the compilation hosts
b) prepend /usr/lib/distcc to your $PATH environment variable.
   (e.g. in pkgmk.conf)
c) export MAKEFLAGS=-j<n> where n is a number representing the number of
   parallel jobs you want


DISTCCD SERVICE

There's a service to simplify running distccd. By default, it uses allows connections from '192.168.0.0/24' and runs as user 'nobody'. Both values can be overridden in /etc/rc.conf, like this:

----
DISTCC_ALLOW=192.168.1.0/24
DISTCC_USER=otheruser
----