2011-03-29 19:11:32 +02:00
|
|
|
---
|
|
|
|
prog/detect/sensors-detect | 6 ++++++
|
|
|
|
1 file changed, 6 insertions(+)
|
|
|
|
|
2012-03-20 18:16:35 +01:00
|
|
|
--- lm_sensors-3.3.2.orig/prog/detect/sensors-detect
|
|
|
|
+++ lm_sensors-3.3.2/prog/detect/sensors-detect
|
- Update to lm_sensors 3.3.4
* 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
2013-06-03 14:54:44 +02:00
|
|
|
@@ -6693,6 +6693,12 @@ sub write_config
|
2009-07-30 17:01:03 +02:00
|
|
|
or die "Sorry, can't create /etc/sysconfig/lm_sensors ($!)";
|
|
|
|
print SYSCONFIG "# Generated by sensors-detect on " . scalar localtime() . "\n";
|
|
|
|
print SYSCONFIG <<'EOT';
|
2007-08-15 20:36:45 +02:00
|
|
|
+## Path: Hardware/Sensors
|
|
|
|
+## Description: Defines the modules to used
|
|
|
|
+## Type: string
|
|
|
|
+## ServiceRestart: lm_sensors
|
|
|
|
+## Default: ""
|
|
|
|
+#
|
2009-07-30 17:01:03 +02:00
|
|
|
# This file is sourced by /etc/init.d/lm_sensors and defines the modules to
|
|
|
|
# be loaded/unloaded.
|
|
|
|
#
|