Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 570778
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- collectd-5.5.0.ebuild.orig
0
++ collectd-5.5.0.ebuild
Lines 163-170 Link Here
163
}
163
}
164
164
165
collectd_linux_kernel_checks() {
165
collectd_linux_kernel_checks() {
166
	linux-info_pkg_setup
167
168
	# battery.c:/proc/pmu/battery_%i
166
	# battery.c:/proc/pmu/battery_%i
169
	# battery.c:/proc/acpi/battery
167
	# battery.c:/proc/acpi/battery
170
	collectd_plugin_kernel_linux battery ACPI_BATTERY warn
168
	collectd_plugin_kernel_linux battery ACPI_BATTERY warn
Lines 204-209 Link Here
204
202
205
pkg_setup() {
203
pkg_setup() {
206
	if use kernel_linux; then
204
	if use kernel_linux; then
205
		linux-info_pkg_setup
206
207
		if linux_config_exists; then
207
		if linux_config_exists; then
208
			einfo "Checking your linux kernel configuration:"
208
			einfo "Checking your linux kernel configuration:"
209
			collectd_linux_kernel_checks
209
			collectd_linux_kernel_checks

Return to bug 570778