diff options
author | Silvino <silvino@bk.ru> | 2019-06-11 00:32:06 +0100 |
---|---|---|
committer | Silvino <silvino@bk.ru> | 2019-06-11 00:32:06 +0100 |
commit | 672abe915b399ccd934f7450b5357df7b78e36fd (patch) | |
tree | dd3950a66808d88091f05ee08cdafbce69ce78b2 /core | |
parent | 8ed4702bc69f8855fcd7c9d192f48c8d12fe75f0 (diff) | |
download | doc-672abe915b399ccd934f7450b5357df7b78e36fd.tar.gz |
core ports distcc revision
Diffstat (limited to 'core')
-rw-r--r-- | core/conf/distcc.conf | 3 | ||||
-rw-r--r-- | core/ports.html | 5 |
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. |