diff options
author | 2021-03-21 16:03:09 +0300 | |
---|---|---|
committer | 2021-03-21 16:03:45 +0300 | |
commit | 022041ccdc4a8d70078acc35a7ddbe3c4931f576 (patch) | |
tree | c514b8e3cba01e3e1a815b003f10a9714362f865 /net-analyzer/telegraf/telegraf-1.15.2.ebuild | |
parent | dev-db/gqlplus-1.16-r1: revbump to pull in some fixes (diff) | |
download | gentoo-022041ccdc4a8d70078acc35a7ddbe3c4931f576.tar.gz gentoo-022041ccdc4a8d70078acc35a7ddbe3c4931f576.tar.bz2 gentoo-022041ccdc4a8d70078acc35a7ddbe3c4931f576.zip |
net-analyzer/telegraf: fix formatting
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-analyzer/telegraf/telegraf-1.15.2.ebuild')
-rw-r--r-- | net-analyzer/telegraf/telegraf-1.15.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/telegraf/telegraf-1.15.2.ebuild b/net-analyzer/telegraf/telegraf-1.15.2.ebuild index 607b7dc09d87..afacc6fbaae9 100644 --- a/net-analyzer/telegraf/telegraf-1.15.2.ebuild +++ b/net-analyzer/telegraf/telegraf-1.15.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -943,7 +943,7 @@ src_install() { insinto /etc/logrotate.d doins etc/logrotate.d/telegraf -systemd_dounit scripts/telegraf.service + systemd_dounit scripts/telegraf.service newconfd "${FILESDIR}"/telegraf.confd telegraf newinitd "${FILESDIR}"/telegraf.rc telegraf |