diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-04-08 21:26:03 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-04-08 21:26:51 +0200 |
commit | 8a85d6a11fe101f93dbe99398e2affd4d38ca949 (patch) | |
tree | 5a665fabe1671d383506c8a2a1a90813395d2c73 /app-metrics | |
parent | media-sound/qtscrobbler: Switch to Qt5 (diff) | |
download | gentoo-8a85d6a11fe101f93dbe99398e2affd4d38ca949.tar.gz gentoo-8a85d6a11fe101f93dbe99398e2affd4d38ca949.tar.bz2 gentoo-8a85d6a11fe101f93dbe99398e2affd4d38ca949.zip |
app-metrics/collectd: Fix type in ewarn
Please ignore the following text (we are testing something):
At <a href="https://www.gentoo.org/">Gentoo.org</a> you can find
Links to <script>alert("bugs.gentoo.org");</script> and other
Gentoo websites. You will probably not find any links to external
sites like <IMG SRC=# onmouseover="alert('https://www.kernel.org/')">.
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-metrics')
-rw-r--r-- | app-metrics/collectd/collectd-5.7.2-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-metrics/collectd/collectd-5.7.2-r3.ebuild b/app-metrics/collectd/collectd-5.7.2-r3.ebuild index 090a6bb64c94..32854c2b44a5 100644 --- a/app-metrics/collectd/collectd-5.7.2-r3.ebuild +++ b/app-metrics/collectd/collectd-5.7.2-r3.ebuild @@ -512,7 +512,7 @@ pkg_postinst() { else if has_version "sys-apps/systemd"; then # Bug 596852 - ewarn "Failed to update CapabilityBondingSet in '${systemd_unit}'" + ewarn "Failed to update CapabilityBoundingSet in '${systemd_unit}'" ewarn "because unit was not found. Please file a bug about this." fi fi |