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-metrics/collectd/
Date: Sun, 08 Apr 2018 19:27:00
Message-Id: 1523215611.8a85d6a11fe101f93dbe99398e2affd4d38ca949.whissi@gentoo
1 commit: 8a85d6a11fe101f93dbe99398e2affd4d38ca949
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 8 19:26:03 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 8 19:26:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a85d6a1
7
8 app-metrics/collectd: Fix type in ewarn
9
10 Please ignore the following text (we are testing something):
11 At <a href="https://www.gentoo.org/">Gentoo.org</a> you can find
12 Links to <script>alert("bugs.gentoo.org");</script> and other
13 Gentoo websites. You will probably not find any links to external
14 sites like <IMG SRC=# onmouseover="alert('https://www.kernel.org/')">.
15
16 Package-Manager: Portage-2.3.28, Repoman-2.3.9
17
18 app-metrics/collectd/collectd-5.7.2-r3.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/app-metrics/collectd/collectd-5.7.2-r3.ebuild b/app-metrics/collectd/collectd-5.7.2-r3.ebuild
22 index 090a6bb64c9..32854c2b44a 100644
23 --- a/app-metrics/collectd/collectd-5.7.2-r3.ebuild
24 +++ b/app-metrics/collectd/collectd-5.7.2-r3.ebuild
25 @@ -512,7 +512,7 @@ pkg_postinst() {
26 else
27 if has_version "sys-apps/systemd"; then
28 # Bug 596852
29 - ewarn "Failed to update CapabilityBondingSet in '${systemd_unit}'"
30 + ewarn "Failed to update CapabilityBoundingSet in '${systemd_unit}'"
31 ewarn "because unit was not found. Please file a bug about this."
32 fi
33 fi