--- collectd-5.5.0.ebuild.orig +++ collectd-5.5.0.ebuild @@ -163,8 +163,6 @@ } collectd_linux_kernel_checks() { - linux-info_pkg_setup - # battery.c:/proc/pmu/battery_%i # battery.c:/proc/acpi/battery collectd_plugin_kernel_linux battery ACPI_BATTERY warn @@ -204,6 +202,8 @@ pkg_setup() { if use kernel_linux; then + linux-info_pkg_setup + if linux_config_exists; then einfo "Checking your linux kernel configuration:" collectd_linux_kernel_checks