summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/distcc/files/2.11/conf')
-rw-r--r--sys-devel/distcc/files/2.11/conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-devel/distcc/files/2.11/conf b/sys-devel/distcc/files/2.11/conf
new file mode 100644
index 000000000000..ab0b752c548e
--- /dev/null
+++ b/sys-devel/distcc/files/2.11/conf
@@ -0,0 +1,21 @@
+# Copyright 2003 Gentoo Technologies, Inc
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/files/2.11/conf,v 1.1 2003/09/24 00:46:02 lisa Exp $
+# distccd configuration file
+
+# this is the distccd executable
+DISTCCD_EXEC=/usr/bin/distccd
+
+# this is where distccd will store its pid file
+DISTCCD_PIDFILE=/var/run/distccd/distccd.pid
+
+# set this option to run distccd with extra parameters
+# Default port is 3632. For most people the default is okay.
+# DISTCCD_OPTS="--port 3632"
+
+# set this for niceness
+# Default is 15
+DISTCCD_NICE="15"
+
+# This is the path that distccd and the monitors will look
+# for the state files.
+DISTCC_DIR="/var/tmp/distccd"