From: Ross Burton Date: Fri, 20 Sep 2019 11:28:04 +0000 (+0100) Subject: distcc: use --enable-tcp-insecure instead of --make-me-a-botnet X-Git-Tag: uninative-2.7~74 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f43ccc8c3a0469358a29b15425e59552f528057d;p=openembedded-core.git 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'. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/distcc/files/default b/meta/recipes-devtools/distcc/files/default index e5ca68b856..a5bc13ecf3 100644 --- a/meta/recipes-devtools/distcc/files/default +++ b/meta/recipes-devtools/distcc/files/default @@ -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"