diff options
author | 2003-07-14 02:08:02 +0000 | |
---|---|---|
committer | 2003-07-14 02:08:02 +0000 | |
commit | b87b5f22c3a7937f8091bab1f00a96aae5c288df (patch) | |
tree | b7e1cd0015beba582433be2dc6453e41bfdc1ff7 /sys-devel/distcc/files | |
parent | Moving -r3 through -r5 to -ppc. (diff) | |
download | gentoo-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/conf | 3 |
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" |