summarylogtreecommitdiffstats
path: root/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.in')
-rw-r--r--config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.in b/config.in
new file mode 100644
index 000000000000..5a1ea4bd8e72
--- /dev/null
+++ b/config.in
@@ -0,0 +1,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 --log-file /tmp/distccd-@LOG@.log --port 363@PORT@"