Changeset 13914 in hybrid for branches/releng-11/nanobsd
- Timestamp:
- Jun 13, 2017, 8:15:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-11/nanobsd/files/tools/nameserver-shuffle
r13911 r13914 37 37 $verbose && printf "## Testing nameserver %-16s query time: " $NAMESERVER 38 38 # Strict checking to avoid buggy links to return decent results. 39 QUERY_TIME=`drill -Q SOA wleiden.net @$NAMESERVER| awk '/Query time:/ {print $4}'`39 QUERY_TIME=`drill SOA wleiden.net @$NAMESERVER 2>/dev/null | awk '/Query time:/ {print $4}'` 40 40 # Failed to complete succesfully 41 41 [ -z "$QUERY_TIME" ] && QUERY_TIME="9999"
Note:
See TracChangeset
for help on using the changeset viewer.