ISC BIND 9.6.1rc1 is now available

2009-05-22 Thread Evan Hunt
BIND 9.6.1 Release Candidate 1 is now available. BIND 9.6.1rc1 is a maintenance release candidate for BIND 9.6. BIND 9.6.1rc1 can be downloaded from ftp://ftp.isc.org/isc/bind9/9.6.1rc1/bind-9.6.1rc1.tar.gz The PGP signature of the distribution is at ft

Re: dig return values

2009-05-22 Thread Chris Buxton
On May 22, 2009, at 4:40 PM, Scott Haneda wrote: On May 22, 2009, at 3:52 PM, David Forrest wrote: I have searched for "dig return codes" and also looked at the man page, leading me to nothing definitive. Does `dig` have return codes that I can use to make some form of automated tests?

Re: dig return values

2009-05-22 Thread Scott Haneda
On May 22, 2009, at 3:52 PM, David Forrest wrote: I have searched for "dig return codes" and also looked at the man page, leading me to nothing definitive. Does `dig` have return codes that I can use to make some form of automated tests? foo=`dig NS example.com @ns2.example.com +s

Re: dig return values

2009-05-22 Thread David Forrest
On Fri, 22 May 2009, Scott Haneda wrote: I have searched for "dig return codes" and also looked at the man page, leading me to nothing definitive. Does `dig` have return codes that I can use to make some form of automated tests? foo=`dig NS example.com @ns2.example.com +short +time=

dig return values

2009-05-22 Thread Scott Haneda
I have searched for "dig return codes" and also looked at the man page, leading me to nothing definitive. Does `dig` have return codes that I can use to make some form of automated tests? foo=`dig NS example.com @ns2.example.com +short +time=2 +tries=1` echo $foo ;