diff options
author | Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> | 2017-07-01 14:44:21 +0200 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-07-23 20:56:40 -0500 |
commit | 6045601c571bba809b75d0bc0da396eb775c2d84 (patch) | |
tree | 8559fe7cb70157480df7050b8d46ef03075b357f /net-analyzer | |
parent | app-admin/puppet: fix REPLACING_VERSIONS use (diff) | |
download | gentoo-6045601c571bba809b75d0bc0da396eb775c2d84.tar.gz gentoo-6045601c571bba809b75d0bc0da396eb775c2d84.tar.bz2 gentoo-6045601c571bba809b75d0bc0da396eb775c2d84.zip |
net-analyzer/icinga2: Use upstream sysconfig
Upstream ships a sysconfig file that's installed to /etc/conf.d/icinga2 but the
newconfd writes an incomplete version that breaks the prepare-dirs command.
Gentoo-Bug: 589930
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.6.3.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.6.3.ebuild b/net-analyzer/icinga2/icinga2-2.6.3.ebuild index 263b81550667..5f0227d0451a 100644 --- a/net-analyzer/icinga2/icinga2-2.6.3.ebuild +++ b/net-analyzer/icinga2/icinga2-2.6.3.ebuild @@ -121,7 +121,6 @@ src_install() { einstalldocs newinitd "${FILESDIR}"/icinga2.initd icinga2 - newconfd "${FILESDIR}"/icinga2.confd icinga2 if use mysql ; then docinto schema |