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: lucaceresoli/bug-15201-perf-libtraceevent-missing~13186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f43ccc8c3a0469358a29b15425e59552f528057d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 e5ca68b8561..a5bc13ecf33 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"