1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

distcc: use --enable-tcp-insecure instead of --make-me-a-botnet

--make-me-a-botnet is worrying, --enable-tcp-insecure is clearer and doesn't
  scare people glancing at 'ps'.

(From OE-Core rev: f43ccc8c3a0469358a29b15425e59552f528057d)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2019-09-20 12:28:04 +01:00
committed by Richard Purdie
parent 4503c1c411
commit 9acdbe9b60
+1 -1
View File
@@ -21,4 +21,4 @@ ALLOWEDNETS="127.0.0.1"
#
# OPTIONS is used for the systemd service file
#
OPTIONS="--allow 127.0.0.1 --make-me-a-botnet"
OPTIONS="--allow 127.0.0.1 --enable-tcp-insecure"