mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 10:25:42 +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:
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user