about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--core/conf/distcc.conf3
-rw-r--r--core/ports.html5
2 files changed, 6 insertions, 2 deletions
diff --git a/core/conf/distcc.conf b/core/conf/distcc.conf
new file mode 100644
index 0000000..723338b
--- /dev/null
+++ b/core/conf/distcc.conf
@@ -0,0 +1,3 @@
+DISTCC_ALLOW="10.0.0.0/8"
+DISTCC_USER="pkgmk"
+DISTCC_LOG_LEVEL="info"
diff --git a/core/ports.html b/core/ports.html
index a61643d..dbaa226 100644
--- a/core/ports.html
+++ b/core/ports.html
@@ -245,10 +245,11 @@
         <p>Create /etc/distcc.conf;</p>
 
         <pre>
-
+        DISTCC_ALLOW="10.0.0.0/8"
+        DISTCC_USER="pkgmk"
+        DISTCC_LOG_LEVEL="info"
         </pre>
 
-
         <a href="index.html">Core OS Index</a>
         <p>
         This is part of the Hive System Documentation.