ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/distcc/pkg-message
Revision: 15604
Committed: Sat Nov 23 05:02:57 2013 UTC (10 years, 5 months ago) by laffer1
File size: 959 byte(s)
Log Message:
drop cvs2svn prop

File Contents

# Content
1 WARNING: distcc[d] performs NO AUTHENTICATION at all and should
2 ONLY be used in trusted networks!
3
4 Distccd now requires the --allow (-a) argument when running
5 in daemon mode. This option restricts distcc to a specific
6 network, by default this port uses 127.0.0.0/8, you should
7 change this by specifying your own distccd_flags in
8 /etc/rc.conf, see the script in etc/rc.d/distccd.sh for a
9 template.
10
11 Additionally it is recommended that you add entries to
12 /etc/syslog.conf to record all distccd log messages to a file
13 such as /var/log/distccd.log.
14
15 Example syslog.conf entry:
16
17 !distccd
18 *.* /var/log/distccd.log
19
20 The daemon runs on port 3632 by default. You can change that
21 value by calling distccd with the -p parameter, e.g.
22 `distccd -p 4711'. Do not edit the rc.d script to achieve this
23 instead override the value of distccd_flags in /etc/rc.conf.
24
25 Note that remote daemons currently won't work if they cannot
26 resolve the reverse DNS of the master machine