mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
do not install dnssec-makekeyset and dnssec-signkey.
This commit is contained in:
parent
4f04f13a4d
commit
c928cebdc5
1 changed files with 1 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: BINDInstallDlg.cpp,v 1.17 2004/05/17 10:14:06 marka Exp $ */
|
||||
/* $Id: BINDInstallDlg.cpp,v 1.18 2004/05/17 10:14:37 marka Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1999-2000 by Nortel Networks Corporation
|
||||
|
|
@ -138,8 +138,6 @@ const FileData installFiles[] =
|
|||
{"nslookup.exe", FileData::BinDir, FileData::Normal, FALSE},
|
||||
{"rndc-confgen.exe", FileData::BinDir, FileData::Normal, FALSE},
|
||||
{"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},
|
||||
|
|
|
|||
Loading…
Reference in a new issue