summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa M. Seelye <lisa@gentoo.org>2003-07-14 02:08:02 +0000
committerLisa M. Seelye <lisa@gentoo.org>2003-07-14 02:08:02 +0000
commitb87b5f22c3a7937f8091bab1f00a96aae5c288df (patch)
treeb7e1cd0015beba582433be2dc6453e41bfdc1ff7 /sys-devel/distcc/files
parentMoving -r3 through -r5 to -ppc. (diff)
downloadgentoo-2-b87b5f22c3a7937f8091bab1f00a96aae5c288df.tar.gz
gentoo-2-b87b5f22c3a7937f8091bab1f00a96aae5c288df.tar.bz2
gentoo-2-b87b5f22c3a7937f8091bab1f00a96aae5c288df.zip
Added an option to change port in the default conf, and added a link to the distcc info www page
Diffstat (limited to 'sys-devel/distcc/files')
-rw-r--r--sys-devel/distcc/files/2.8/conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/distcc/files/2.8/conf b/sys-devel/distcc/files/2.8/conf
index b775d7d09940..f4184e0cc158 100644
--- a/sys-devel/distcc/files/2.8/conf
+++ b/sys-devel/distcc/files/2.8/conf
@@ -8,5 +8,6 @@ DISTCCD_EXEC=/usr/bin/distccd
DISTCCD_PIDFILE=/var/run/distccd/distccd.pid
# set this option to run distccd with extra parameters
-# DISTCCD_OPTS="--nice 20"
+# Default port is 3632. For most people the default is okay.
+# DISTCCD_OPTS="--nice 20 --port 3632"