Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/fluentd/
Date: Thu, 23 Jan 2020 23:05:09
Message-Id: 1579820699.8bb495c73db0d92c87a7c55a46d65b4a27ac48cf.whissi@gentoo
1 commit: 8bb495c73db0d92c87a7c55a46d65b4a27ac48cf
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 23 23:04:59 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 23 23:04:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb495c7
7
8 app-admin/fluentd: add missing slash
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-admin/fluentd/fluentd-1.9.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-admin/fluentd/fluentd-1.9.0.ebuild b/app-admin/fluentd/fluentd-1.9.0.ebuild
17 index 7c6449b930d..501d0968598 100644
18 --- a/app-admin/fluentd/fluentd-1.9.0.ebuild
19 +++ b/app-admin/fluentd/fluentd-1.9.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -55,7 +55,7 @@ all_ruby_install() {
27 pkg_postinst() {
28 if [[ -z "${REPLACING_VERSIONS}" ]]; then
29 elog "A default configuration file has been installed in"
30 - elog "${EROOT}etc/fluent/fluent.conf. You will need to edit"
31 + elog "${EROOT}/etc/fluent/fluent.conf. You will need to edit"
32 elog "this file to match your configuration."
33 fi
34 }