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:
committed by
Richard Purdie
parent
4503c1c411
commit
9acdbe9b60
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user