freebsd-ports/net-mgmt/icinga2/files/patch-itl_CMakeLists.txt
Lars Engels 9dabcde614 - Update to 2.3.6
- Install more config files as sample config
- Fix directory permissions under /var
- Change database backend options to GROUP, so one can de-select both [1]

PR:		201114 [1]
Submitted by:	Niels Kristensen
MFH:		2015Q3
2015-07-14 18:42:54 +00:00

10 lines
758 B
Text

--- itl/CMakeLists.txt.orig 2015-07-13 22:14:51.872881000 +0200
+++ itl/CMakeLists.txt 2015-07-13 22:15:19.702183000 +0200
@@ -18,6 +18,6 @@
add_subdirectory(plugins-contrib.d)
install(
- FILES itl command.conf command-icinga.conf hangman timeperiod.conf plugins command-plugins.conf manubulon command-plugins-manubulon.conf windows-plugins command-plugins-windows.conf nscp command-nscp-local.conf plugins-contrib
+ FILES itl command.conf.sample command-icinga.conf.sample hangman timeperiod.conf.sample plugins command-plugins.conf.sample manubulon command-plugins-manubulon.conf.sample windows-plugins command-plugins-windows.conf.sample nscp command-nscp-local.conf.sample plugins-contrib
DESTINATION ${CMAKE_INSTALL_DATADIR}/icinga2/include
)