From: Thomas Deutschmann Date: Sun, 8 Apr 2018 19:26:03 +0000 (+0200) Subject: app-metrics/collectd: Fix type in ewarn X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8a85d6a11fe101f93dbe99398e2affd4d38ca949;p=gentoo.git app-metrics/collectd: Fix type in ewarn Please ignore the following text (we are testing something): At Gentoo.org you can find Links to and other Gentoo websites. You will probably not find any links to external sites like . Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- 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