diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-10-14 13:38:17 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-10-14 13:40:01 -0500 |
commit | e66a341ec02cfbb13ac0875fd0c2ea55a1212f09 (patch) | |
tree | aba2fea4dce92477962f2adc64e673846005cef1 /net-analyzer/icinga2/icinga2-9999.ebuild | |
parent | games-engines/odamex: EAPI-6 bump, sort stuff (diff) | |
download | gentoo-e66a341ec02cfbb13ac0875fd0c2ea55a1212f09.tar.gz gentoo-e66a341ec02cfbb13ac0875fd0c2ea55a1212f09.tar.bz2 gentoo-e66a341ec02cfbb13ac0875fd0c2ea55a1212f09.zip |
net-analyzer/icinga2: update init script
Closes: https://bugs.gentoo.org/668506
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'net-analyzer/icinga2/icinga2-9999.ebuild')
-rw-r--r-- | net-analyzer/icinga2/icinga2-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild index c0f291e4ea22..913217ef694f 100644 --- a/net-analyzer/icinga2/icinga2-9999.ebuild +++ b/net-analyzer/icinga2/icinga2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -109,7 +109,7 @@ src_install() { einstalldocs - newinitd "${FILESDIR}"/icinga2.initd-2 icinga2 + newinitd "${FILESDIR}"/icinga2.initd-3 icinga2 if use mysql ; then docinto schema |