]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_8] add missing binaries to BINDInstall
authorEvan Hunt <each@isc.org>
Mon, 8 Jul 2013 17:33:33 +0000 (10:33 -0700)
committerEvan Hunt <each@isc.org>
Mon, 8 Jul 2013 17:33:33 +0000 (10:33 -0700)
3610. [cleanup] win32: Some executables had been omitted from the
installer. [RT #34116]
(cherry picked from commit 26bda028ad3854d2e695feb9333ef3dbe6b2fa1a)
(cherry picked from commit e1e53a03a1f8c5028f13bc939a51d982663e954c)

CHANGES
bin/win32/BINDInstall/BINDInstallDlg.cpp

diff --git a/CHANGES b/CHANGES
index 6310c6e1d67530155b9585e848530abbd342c7fe..dea8c296ba4ab603c1543ae81866aef3a483a7cf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+3610.  [cleanup]       win32: Some executables had been omitted from the
+                       installer. [RT #34116]
+
 3608.  [port]          win32: added todos.pl script to ensure all text files
                        the win32 build depends on are converted to DOS
                        newline format. [RT #22067]
index b321c5aebc4ae1933fd1e281faa4cf118a3f0ab7..43f00bf31593669cd19c34857592fad6ded40a5a 100644 (file)
@@ -154,6 +154,7 @@ const FileData installFiles[] =
        {"dnssec-dsfromkey.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},
        {"dnssec-keyfromlabel.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},
        {"dnssec-revoke.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},
+       {"dnssec-settime.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},
        {"named-checkconf.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},
        {"named-checkzone.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},
        {"named-compilezone.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},