[icinga-checkins] icinga.org: icinga-core/dev/core: icinga.spec: introduce conf. d as place for own configs #2367
git at icinga.org
git at icinga.org
Sat Feb 25 21:14:54 CET 2012
Module: icinga-core
Branch: dev/core
Commit: 7e7562fe794c7201dcf781d1c9a2ba62c0cbb464
URL: https://git.icinga.org/?p=icinga-core.git;a=commit;h=7e7562fe794c7201dcf781d1c9a2ba62c0cbb464
Author: Michael Friedrich <michael.friedrich at univie.ac.at>
Date: Sat Feb 25 21:09:07 2012 +0100
icinga.spec: introduce conf.d as place for own configs #2367
refs #2367
---
Changelog | 1 +
icinga.spec | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Changelog b/Changelog
index ee1648c..53154d8 100644
--- a/Changelog
+++ b/Changelog
@@ -45,6 +45,7 @@ ENHANCEMENTS
* icinga.spec: add README.RHEL README.RHEL.idoutils to upstream, being installed as docs (thx Michael Gruener, Stefan Marx) #2212
* icinga.spec: use eventhandler configure/make in package creation from #2352 #2363
* icinga.spec: use --enable-cgi-log from upstream instead of manual sed #2365
+* icinga.spec: introduce conf.d as place for own configs #2367
FIXES
* core: Plug some macro leaks triggered when sending notifications (Andreas Ericsson) #2109
diff --git a/icinga.spec b/icinga.spec
index 1e0fc8f..7b22f69 100644
--- a/icinga.spec
+++ b/icinga.spec
@@ -184,6 +184,7 @@ fi
%dir %{_sysconfdir}/icinga/modules
%config(noreplace) %{_sysconfdir}/icinga/icinga.cfg
%dir %{_sysconfdir}/icinga/objects
+%dir %{_sysconfdir}/icinga/conf.d
%config(noreplace) %{_sysconfdir}/icinga/objects/commands.cfg
%config(noreplace) %{_sysconfdir}/icinga/objects/contacts.cfg
%config(noreplace) %{_sysconfdir}/icinga/objects/notifications.cfg
@@ -266,6 +267,7 @@ fi
- use newly introduced --with-eventhandler-dir and make install-eventhandlers
- install sample eventhandlers to {_libdir}/icinga/eventhandlers
- use --enable-cgi-log from upstream instead of manual sed
+- add {_sysconfdir}/icinga/conf.d because upstream will include that with cfg_dir
* Fri Feb 24 2012 Michael Friedrich <michael.friedrich at univie.ac.at> - 1.6.1-4
- rename idomod.o to idomod.so - see #2354
More information about the icinga-checkins
mailing list