353fd02a0f
* Mostly a packaging-only clean-up, as we had backported most important changes already. * lm_sensors-r6111-detection-Winbond-W83627SF.diff, lm_sensors-r6112-detection-AMD-family-16h.diff, lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff, lm_sensors-r6117-detection-ITE-IT8752F.diff, lm_sensors-r6123-AnalogDev-ADT7410-driver.diff, lm_sensors-r6163-pwmconfig-raise-threshold.diff, lm_sensors-r6164-pwmconfig-drop-comment.diff, lm_sensors-r6165-pwmconfig-multiple-fans.diff, lm_sensors-r6172-fancontrol-absolute-paths.diff: Removed, upstream now. * fancontrol.service: Removed, now provided by upstream, together with sensord.service. * lm_sensors-3.0.0-sysconfig_metadata.patch, lm_sensors-3.0.3-hint-at-kernel-extra-package.patch: Refreshed. - lm_sensors-r6181-fix-service-files.patch: Fix EnvironmentFile in service files OBS-URL: https://build.opensuse.org/package/show/Base:System/sensors?expand=0&rev=63
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
|
|
@@ -6693,6 +6693,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.
|
|
#
|