diff options
author | Danny Rawlins <contact@romster.me> | 2021-04-26 23:14:53 +1000 |
---|---|---|
committer | Danny Rawlins <contact@romster.me> | 2021-04-26 23:14:59 +1000 |
commit | 4e7f183093294934e9a17428b2819ae4a0818206 (patch) | |
tree | 9b299f64f0b466b15667fc5798c1cd3299014a01 /distcc | |
parent | 9ba29d4e5b062290c28320789e4239a851e4b197 (diff) | |
download | contrib-4e7f183093294934e9a17428b2819ae4a0818206.tar.gz contrib-4e7f183093294934e9a17428b2819ae4a0818206.tar.xz |
distcc: fix typo in distccd.conf
Diffstat (limited to 'distcc')
-rw-r--r-- | distcc/.signature | 4 | ||||
-rw-r--r-- | distcc/distccd.conf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/distcc/.signature b/distcc/.signature index 646cdf8d0..f1cfa6aa7 100644 --- a/distcc/.signature +++ b/distcc/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF37C+jF3cbKbSTuALkqY/6NPH26KzPkxpGCI287MN4ZlPT86P2dEaHB/eGGAZowxV0A/C6sVeekbTXaAI6Yni6ws= +RWSagIOpLGJF35t2nzHkD7KDimgb9O7mHKesuH04CkINGamBLTg6CDksrjdN0VkH066ggP2dFxuCagU3r67/mxYEAv0AvqdVIQg= SHA256 (Pkgfile) = f9d09d23f8eb8777d0f597ffbb8d93a8873864d4cd1b6283867a131a77721c00 SHA256 (.footprint) = a02bb04a43c281a9085d56d381ee7094363505eee594601b6b9b5c01ee3e8d48 SHA256 (distcc-3.3.5.tar.gz) = 7a8e45a3a2601b7d5805c7d5b24918e3ad84b6b5cc9153133f432fdcc6dce518 SHA256 (distccd) = 5ff8d45e3e572cf0d4fb4e2e827bd77a618556c275f98d2770aff5621c4d1371 -SHA256 (distccd.conf) = 423bb705c252e52e01a9db813d8021a2647b57337daf7e58b6ffe969871d5add +SHA256 (distccd.conf) = afd1ba97aaf23061ba4b4d1a1613eee3a709c91311260de494ce063556b463e3 diff --git a/distcc/distccd.conf b/distcc/distccd.conf index f6bcb32c8..ded88940b 100644 --- a/distcc/distccd.conf +++ b/distcc/distccd.conf @@ -8,5 +8,5 @@ # RUNDIR="/var/run/distcc" # PIDFILE="$RUNDIR/distcc.pid" -+# Uncomment this and set --allow or --allow-local as needed: +# Uncomment this and set --allow or --allow-local as needed: # ARGS="$ARGS --allow 1.2.0.0/16 --allow 3.4.5.0/24 --allow-private --zeroconf" |