diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-10-25 04:29:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-10-25 04:29:06 +0000 |
commit | fb5e730f91f97ac544d900ee6c70a016edc4f2ba (patch) | |
tree | bd78bd02ea41b531eafb8dc4384b8ea3e7697a95 /Tools | |
parent | e12c61e3af4c8c65aeb47e4819b1435b710c23f0 (diff) | |
download | ports-fb5e730f91f97ac544d900ee6c70a016edc4f2ba.tar.gz ports-fb5e730f91f97ac544d900ee6c70a016edc4f2ba.zip |
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/checkmachines | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Tools/portbuild/scripts/checkmachines b/Tools/portbuild/scripts/checkmachines index 8ec988a8631e..7f32bac93128 100755 --- a/Tools/portbuild/scripts/checkmachines +++ b/Tools/portbuild/scripts/checkmachines @@ -20,8 +20,6 @@ buildroot=/var/portbuild arches=$* -sleep 60 - while true; do for i in ${arches}; do mlist=${buildroot}/${i}/mlist @@ -33,7 +31,7 @@ while true; do while [ $# -gt 1 ]; do m=$1 l=$2 - if (nc -w 5 $m infoseek > ${buildroot}/${i}/loads/$m < /dev/null); then + if (/usr/local/bin/nc -w 5 $m infoseek > ${buildroot}/${i}/loads/$m < /dev/null); then num=$(awk '{print $1}' ${buildroot}/${i}/loads/$m) if [ "x$num" = "x" ]; then # logger "checkmachines: file ${buildroot}/${i}/loads/$m is empty" |