diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2015-07-15 02:52:24 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2015-07-15 02:52:24 +0000 |
commit | aba5eb8ac0e5f44140cb16c3b91728e262a666bd (patch) | |
tree | 2e433a558f3ac819b4288a6a3dcd2b36c91ad53f /net-analyzer/icinga2 | |
parent | removing an unneeded patch (diff) | |
download | gentoo-2-aba5eb8ac0e5f44140cb16c3b91728e262a666bd.tar.gz gentoo-2-aba5eb8ac0e5f44140cb16c3b91728e262a666bd.tar.bz2 gentoo-2-aba5eb8ac0e5f44140cb16c3b91728e262a666bd.zip |
adding an option to conf.d for bug 554132
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Diffstat (limited to 'net-analyzer/icinga2')
-rw-r--r-- | net-analyzer/icinga2/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/icinga2/files/icinga2.confd | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/ChangeLog b/net-analyzer/icinga2/ChangeLog index ceb78317d831..767efa33a3eb 100644 --- a/net-analyzer/icinga2/ChangeLog +++ b/net-analyzer/icinga2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/icinga2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v 1.38 2015/07/09 01:17:11 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v 1.39 2015/07/15 02:52:24 prometheanfire Exp $ + + 15 Jul 2015; Matthew Thode <prometheanfire@gentoo.org> files/icinga2.confd: + adding an option to conf.d for bug 554132 *icinga2-2.3.6 (09 Jul 2015) diff --git a/net-analyzer/icinga2/files/icinga2.confd b/net-analyzer/icinga2/files/icinga2.confd index d30940a1f8c4..5bfd8d72f04b 100644 --- a/net-analyzer/icinga2/files/icinga2.confd +++ b/net-analyzer/icinga2/files/icinga2.confd @@ -1,3 +1,4 @@ ICINGA2_ERROR_LOG=/var/log/icinga2/error.log ICINGA2_STARTUP_LOG=/var/log/icinga2/startup.log ICINGA2_LOG=/var/log/icinga2/icinga2.log +ICINGA2_RUN_DIR=/run/icinga2 |