diff options
author | Thomas D <whissi@whissi.de> | 2016-04-02 15:14:39 +0200 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-04-04 04:20:03 +1000 |
commit | 53fc0fa4f22e1d13a2df6642b6cb7d7876ef0cb3 (patch) | |
tree | c856869a2e3636b68ddfde63790c229d058d4667 /app-admin/collectd | |
parent | net-wireless/bluez: The incorrect ebuild was committed by error :S (diff) | |
download | gentoo-53fc0fa4f22e1d13a2df6642b6cb7d7876ef0cb3.tar.gz gentoo-53fc0fa4f22e1d13a2df6642b6cb7d7876ef0cb3.tar.bz2 gentoo-53fc0fa4f22e1d13a2df6642b6cb7d7876ef0cb3.zip |
app-admin/collectd: Fix CGROUP kernel config check
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-admin/collectd')
-rw-r--r-- | app-admin/collectd/collectd-5.5.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/collectd/collectd-5.5.1-r2.ebuild b/app-admin/collectd/collectd-5.5.1-r2.ebuild index 971532e90f27..69290da9bfb3 100644 --- a/app-admin/collectd/collectd-5.5.1-r2.ebuild +++ b/app-admin/collectd/collectd-5.5.1-r2.ebuild @@ -195,7 +195,7 @@ collectd_linux_kernel_checks() { collectd_plugin_kernel_linux battery ACPI_BATTERY warn # cgroups.c: /sys/fs/cgroup/ - collectd_plugin_kernel_linux cgroups CONFIG_CGROUPS warn + collectd_plugin_kernel_linux cgroups CGROUPS warn # cpufreq.c: /sys/devices/system/cpu/cpu%d/cpufreq/ collectd_plugin_kernel_linux cpufreq SYSFS warn |