diff options
author | Internet Software Consortium, Inc <@isc.org> | 2013-08-14 06:36:37 -0600 |
---|---|---|
committer | Internet Software Consortium, Inc <@isc.org> | 2013-08-14 06:36:37 -0600 |
commit | 816cb5580f04b5989e0f952510d64201a16d0494 (patch) | |
tree | a08dd0d3a33801ef7e5d35a5b435121a577fdd01 /bin/win32/BINDInstall | |
parent | ebbc86ee1eae2231a10e23f4cda592085dbc7eef (diff) | |
download | bind9-816cb5580f04b5989e0f952510d64201a16d0494.tar.gz |
9.9.4rc1
Diffstat (limited to 'bin/win32/BINDInstall')
-rw-r--r-- | bin/win32/BINDInstall/BINDInstallDlg.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/win32/BINDInstall/BINDInstallDlg.cpp b/bin/win32/BINDInstall/BINDInstallDlg.cpp index b321c5ae..5d4f8cc3 100644 --- a/bin/win32/BINDInstall/BINDInstallDlg.cpp +++ b/bin/win32/BINDInstall/BINDInstallDlg.cpp @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004-2010, 2013 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -154,6 +154,8 @@ 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}, + {"dnssec-verify.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}, |