From 238e6556ea4f2cbfe7f8fa77eb540b5d7db4fc37 Mon Sep 17 00:00:00 2001 From: Danny Mayer Date: Sat, 28 Jul 2001 02:45:07 +0000 Subject: [PATCH] Restore dnssec-signzone to list of binaries to install --- bin/win32/BINDInstall/BINDInstallDlg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/win32/BINDInstall/BINDInstallDlg.cpp b/bin/win32/BINDInstall/BINDInstallDlg.cpp index 95cafec28b..f0f319fdbd 100644 --- a/bin/win32/BINDInstall/BINDInstallDlg.cpp +++ b/bin/win32/BINDInstall/BINDInstallDlg.cpp @@ -125,6 +125,7 @@ const FileData installFiles[] = {"dnssec-keygen.exe", FileData::BinDir, FileData::Normal, FALSE}, {"dnssec-makekeyset.exe", FileData::BinDir, FileData::Normal, FALSE}, {"dnssec-signkey.exe", FileData::BinDir, FileData::Normal, FALSE}, + {"dnssec-signzone.exe", FileData::BinDir, FileData::Normal, FALSE}, {"named-checkconf.exe", FileData::BinDir, FileData::Normal, FALSE}, {"named-checkzone.exe", FileData::BinDir, FileData::Normal, FALSE}, {"readme1st.txt", FileData::BinDir, FileData::Trivial, FALSE},