Install PKI utils.

This commit is contained in:
Gunnar Beutner 2013-10-17 14:39:10 +02:00
parent 38e969c01c
commit 175bf245a8
5 changed files with 6 additions and 2 deletions

View File

@ -199,6 +199,7 @@ lib/config/Makefile
lib/icinga/Makefile
lib/db_ido/Makefile
lib/python/Makefile
pki/Makefile
test/Makefile
third-party/Makefile
third-party/cJSON/Makefile

View File

@ -230,6 +230,9 @@ fi
%config(noreplace) %attr(0640,%{icinga_user},%{icinga_group}) %{_sysconfdir}/%{name}/features-enabled/*.conf
%{_bindir}/%{name}
%{_bindir}/icinga2-migrate-config
%{_bindir}/icinga2-build-ca
%{_bindir}/icinga2-build-key
%{_bindir}/icinga2-pkifuncs
%{_sbindir}/i2enfeature
%{_sbindir}/i2disfeature
%exclude %{_libdir}/%{name}/libdb_ido_mysql*

View File

@ -1,5 +1,5 @@
#!/bin/bash
source ./pkifuncs
source $(dirname -- $0)/icinga2-pkifuncs
check_pki_dir

View File

@ -6,7 +6,7 @@ fi
name=$1
source ./pkifuncs
source $(dirname -- $0)/icinga2-pkifuncs
check_pki_dir