summarylogtreecommitdiffstats
path: root/config.in
blob: 50d4bb1755e36185c0aa3b334bc1efe2c8b357df (plain)
1
2
3
4
5
6
7
8
9
#
# Parameters to be passed to distccd
#
# You must explicitly add IPs (or subnets) that are allowed to connect,
# using the --allow switch.  See the distccd manpage for more info.
#

PATH=/opt/x-tools@VERS@/@PATH@/bin:$PATH
DISTCC_ARGS="--allow 127.0.0.1 --port @PORT@ --nice 19 --log-file /tmp/distccd-@LOG@.log"