From 42f6b7a8904c8cbed14b2469029da035aa1d35d6 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Sat, 26 Mar 2016 09:07:54 +1100 Subject: [PATCH] add mdig.exe; fix typo in isc-hmac-fixup.exe --- bin/win32/BINDInstall/BINDInstallDlg.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/win32/BINDInstall/BINDInstallDlg.cpp b/bin/win32/BINDInstall/BINDInstallDlg.cpp index 750992efae..8dd7869e92 100644 --- a/bin/win32/BINDInstall/BINDInstallDlg.cpp +++ b/bin/win32/BINDInstall/BINDInstallDlg.cpp @@ -173,6 +173,7 @@ const FileData installFiles[] = {"rndc.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE}, {"dig.exe", FileData::BinDir, FileData::Normal, FALSE, TRUE}, {"host.exe", FileData::BinDir, FileData::Normal, FALSE, TRUE}, + {"mdig.exe", FileData::BinDir, FileData::Normal, FALSE, TRUE}, {"nslookup.exe", FileData::BinDir, FileData::Normal, FALSE, TRUE}, {"delv.exe", FileData::BinDir, FileData::Normal, FALSE, TRUE}, {"arpaname.exe", FileData::BinDir, FileData::Normal, FALSE, TRUE}, @@ -194,7 +195,7 @@ const FileData installFiles[] = {"named-compilezone.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE}, {"named-journalprint.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE}, {"named-rrchecker.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE}, - {"isc-hmax-fixup.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE}, + {"isc-hmac-fixup.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE}, #ifdef USE_PKCS11 {"pkcs11-destroy.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE}, {"pkcs11-keygen.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},