mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 04:51:19 +02:00
24 lines
799 B
Plaintext
24 lines
799 B
Plaintext
--- lib/compat/CMakeLists.txt.orig 2018-10-11 12:01:05 UTC
|
|
+++ lib/compat/CMakeLists.txt
|
|
@@ -41,17 +41,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
|
|
)
|
|
|