From: Michael Tremer Date: Mon, 9 Mar 2009 09:55:59 +0000 (+0100) Subject: Increased timeout in netcat command. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2ecbb32ea2bb98da9535da7d87f845ad3e52ddb;p=ipfire-3.x.git Increased timeout in netcat command. --- diff --git a/tools/make-compilers b/tools/make-compilers index 8066a0e3e..8c266bc15 100755 --- a/tools/make-compilers +++ b/tools/make-compilers @@ -123,7 +123,7 @@ distcc_test_hosts() { if ping -c3 -w5 ${ip} &>/dev/null; then if [ -n "$(which nc 2>/dev/null)" ]; then - if (echo | nc -w 5 ${ip} ${port} 2>/dev/null); then + if (echo | nc -w 15 ${ip} ${port} 2>/dev/null); then echo "${ip}:${port}/${jobs},lzo # ${host}" else echo "# Host $host ($ip) is reachable but distcc does not respond."