From: Michael Friedrich Date: Thu, 26 Nov 2015 19:02:17 +0000 (+0100) Subject: Fix obsolete file installation X-Git-Tag: v2.5.0~686 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef0f4ca4b46e0f6c3fbaf2fd0cf35cb7769bd5d9;p=icinga2 Fix obsolete file installation refs #10140 --- diff --git a/etc/CMakeLists.txt b/etc/CMakeLists.txt index 1b0045c87..f4db986c2 100644 --- a/etc/CMakeLists.txt +++ b/etc/CMakeLists.txt @@ -57,7 +57,6 @@ install_if_not_exists(icinga2/conf.d/timeperiods.conf ${CMAKE_INSTALL_SYSCONFDIR install_if_not_exists(icinga2/conf.d/users.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d) install_if_not_exists(icinga2/features-available/api.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available) install_if_not_exists(icinga2/features-available/debuglog.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available) -install_if_not_exists(icinga2/features-available/icingastatus.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available) install_if_not_exists(icinga2/features-available/mainlog.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available) if(NOT WIN32) install_if_not_exists(icinga2/features-available/syslog.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available)