[oe-commits] [openembedded-core] 04/05: distcc: use --enable-tcp-insecure instead of --make-me-a-botnet

git at git.openembedded.org git at git.openembedded.org
Tue Sep 17 14:24:43 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit f98a83a6c6d788d79752d4178b01d452b03321e5
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Sep 17 13:36:54 2019 +0100

    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 <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/distcc/files/default | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/distcc/files/default b/meta/recipes-devtools/distcc/files/default
index e5ca68b..a5bc13e 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list