bdfc3d847b
* Support for many subfeatures implemented by new hwmon drivers. * Fix to support a sysfs implementation change in upcoming kernels. * Better printing of power sensors in sensors. * Memory leaks fixed in sensord. * New chips known by sensors-detect, as usual. - lm_sensors-r5991-improve-filtering-of-fake-DMI-data.patch, lm_sensors-r5992-print-DMI-product-version.patch, lm_sensors-r5993-fix-loading-of-cpuid-module.patch, lm_sensors-r6016-handle-superio-wo-logdev.patch, lm_sensors-r6017-fix-sysfs-detection.patch, lm_sensors-r6025-sensord-fix-memory-leaks.patch, lm_sensors-r6030-fix-power-interval-output.patch: Removes, obsolete. OBS-URL: https://build.opensuse.org/package/show/Base:System/sensors?expand=0&rev=48
20 lines
680 B
Diff
20 lines
680 B
Diff
---
|
|
prog/detect/sensors-detect | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
--- lm_sensors-3.3.2.orig/prog/detect/sensors-detect
|
|
+++ lm_sensors-3.3.2/prog/detect/sensors-detect
|
|
@@ -6642,6 +6642,12 @@ sub write_config
|
|
or die "Sorry, can't create /etc/sysconfig/lm_sensors ($!)";
|
|
print SYSCONFIG "# Generated by sensors-detect on " . scalar localtime() . "\n";
|
|
print SYSCONFIG <<'EOT';
|
|
+## Path: Hardware/Sensors
|
|
+## Description: Defines the modules to used
|
|
+## Type: string
|
|
+## ServiceRestart: lm_sensors
|
|
+## Default: ""
|
|
+#
|
|
# This file is sourced by /etc/init.d/lm_sensors and defines the modules to
|
|
# be loaded/unloaded.
|
|
#
|