From: Scott Mann Date: Tue, 22 Feb 2011 22:57:23 +0000 (+0000) Subject: Revert the previous commit...made on wrong branch. X-Git-Tag: v9.7.3-P1~2^4~11 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=3b46648b024ff8ee4a8dfa5cd2ef75a6149849be;p=thirdparty%2Fbind9.git Revert the previous commit...made on wrong branch. --- diff --git a/bin/tests/system/ixfr/ans2/ans.pl b/bin/tests/system/ixfr/ans2/ans.pl index c29997a8cbe..3fb9dfe832d 100644 --- a/bin/tests/system/ixfr/ans2/ans.pl +++ b/bin/tests/system/ixfr/ans2/ans.pl @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: ans.pl,v 1.7 2011/02/22 22:50:45 smann Exp $ +# $Id: ans.pl,v 1.8 2011/02/22 22:57:23 smann Exp $ # # This is the name server from hell. It provides canned @@ -53,15 +53,6 @@ # The server handles UDP and TCP queries. Zone transfer # responses work, but must fit in a single 64 k message. # -# Now you can add TSIG, just specify key/key data with: -# -# /pattern / -# name ttl type rdata -# name ttl type rdata -# -# Note that this data will still be sent with any request for -# pattern, only this data will be signed. Currently, this is only -# done for TCP. use IO::File; use IO::Socket;