mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 00:49:59 -04:00
4511. [bug] win32: mdig.exe-BNFT was missing Configure. [RT #43554]
This commit is contained in:
parent
fb87feb6e7
commit
60c47284e4
2 changed files with 3 additions and 0 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
4511. [bug] win32: mdig.exe-BNFT was missing Configure. [RT #43554]
|
||||
|
||||
4509. [test] Make the rrl system test more reliable on slower
|
||||
machines by using mdig instead of dig. [RT #43280]
|
||||
|
||||
|
|
|
|||
|
|
@ -3209,6 +3209,7 @@ sub makeinstallfile {
|
|||
print LOUT "rndc.exe-BNFF\n";
|
||||
print LOUT "dig.exe-BNFT\n";
|
||||
print LOUT "host.exe-BNFT\n";
|
||||
print LOUT "mdig.exe-BNFT\n";
|
||||
print LOUT "nslookup.exe-BNFT\n";
|
||||
print LOUT "delv.exe-BNFT\n";
|
||||
print LOUT "arpaname.exe-BNFT\n";
|
||||
|
|
|
|||
Loading…
Reference in a new issue