mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 18:52:07 -04:00
Added named-check* apps to install list
This commit is contained in:
parent
ed1f8b162a
commit
1f43af072f
1 changed files with 2 additions and 1 deletions
|
|
@ -125,7 +125,8 @@ 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},
|
||||
{NULL, -1, -1}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue