aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/icinga2/files/patch-lib_compat_CMakeLists.txt
blob: 817acc9238ce870dd059e5eae9b434aa7bc24f4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- lib/compat/CMakeLists.txt.orig	2020-08-03 13:43:47 UTC
+++ lib/compat/CMakeLists.txt
@@ -26,17 +26,17 @@ set_target_properties (
 )
 
 install_if_not_exists(
-  ${PROJECT_SOURCE_DIR}/etc/icinga2/features-available/command.conf
+  ${PROJECT_SOURCE_DIR}/etc/icinga2/features-available/command.conf.sample
   ${ICINGA2_CONFIGDIR}/features-available
 )
 
 install_if_not_exists(
-  ${PROJECT_SOURCE_DIR}/etc/icinga2/features-available/compatlog.conf
+  ${PROJECT_SOURCE_DIR}/etc/icinga2/features-available/compatlog.conf.sample
   ${ICINGA2_CONFIGDIR}/features-available
 )
 
 install_if_not_exists(
-  ${PROJECT_SOURCE_DIR}/etc/icinga2/features-available/statusdata.conf
+  ${PROJECT_SOURCE_DIR}/etc/icinga2/features-available/statusdata.conf.sample
   ${ICINGA2_CONFIGDIR}/features-available
 )