diff options
author | Internet Software Consortium, Inc <@isc.org> | 2010-01-28 05:35:29 -0700 |
---|---|---|
committer | Internet Software Consortium, Inc <@isc.org> | 2010-01-28 05:35:29 -0700 |
commit | ee98af508e8628e0925fddd1de893f394f256c12 (patch) | |
tree | 13cc91474e5135aea9d9621b83b7a92333c77252 /bin/win32/BINDInstall | |
parent | 2d27fb027f207bdec109fad8c9c65f9d6278b3db (diff) | |
download | bind9-ee98af508e8628e0925fddd1de893f394f256c12.tar.gz |
9.7.0rc2
Diffstat (limited to 'bin/win32/BINDInstall')
-rw-r--r-- | bin/win32/BINDInstall/BINDInstallDlg.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/win32/BINDInstall/BINDInstallDlg.cpp b/bin/win32/BINDInstall/BINDInstallDlg.cpp index 91bbfb99..acc5f204 100644 --- a/bin/win32/BINDInstall/BINDInstallDlg.cpp +++ b/bin/win32/BINDInstall/BINDInstallDlg.cpp @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004-2010 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 @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: BINDInstallDlg.cpp,v 1.46 2009/12/04 21:59:23 marka Exp $ */ +/* $Id: BINDInstallDlg.cpp,v 1.46.4.2 2010/01/07 23:48:15 tbox Exp $ */ /* * Copyright (c) 1999-2000 by Nortel Networks Corporation @@ -158,6 +158,7 @@ const FileData installFiles[] = {"named-checkzone.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE}, {"named-compilezone.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE}, {"named-journalprint.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE}, + {"isc-hmax-fixup.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE}, {"pkcs11-destroy.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE}, {"pkcs11-keygen.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE}, {"pkcs11-list.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE}, |