Marcus Meissner
2305724167
- Update to version 3.6.2: * sensor quantitiy and units * new json format * SENSORS_SYSFS_ROOT environment variable * service files updated - Drop upstreamed patches * harden_fancontrol.service.patch * harden_lm_sensors.service.patch * harden_sensord.service.patch * lm_sensors-3.4.0-sensord-service-extra-args.patch * var-run-deprecated.patch * rrd-drop-useless-cast.patch * pwmconfig-raise-fan-threshold.patch * sysfs-Expand-filename-buffer-to-quiet-warning.patch - Run tests - Update to version 3.6.1: * configs: Added a number of new configuration files * fancontrol: Add executable commands as temp sensors * pwmconfig, fancontrol: Allow read-only pwm*_enable * sensors: Handle json trailing ',' when no features are listed Add support for rated values Only do conversion to Fahrenheit on temperatures * sensors-detect: Add support for NCT6687D Add support for AMD CPU Family 19h Add support for FTS Teutates Chip Fix the driver for Nuvoton W83677HG-I * sensord: Add support of emergency alarm Change PIDFile path from /var/run to /run * Allow subfeatures to be ignored too OBS-URL: https://build.opensuse.org/request/show/1139544 OBS-URL: https://build.opensuse.org/package/show/Base:System/sensors?expand=0&rev=123
30 lines
968 B
Diff
30 lines
968 B
Diff
From 4a0a238e350c31a328f6c473b35a19a1fbaa6138 Mon Sep 17 00:00:00 2001
|
|
From: "jdelvare@suse.de" <jdelvare@suse.de>
|
|
Date: Mon, 26 Nov 2007 13:34:08 +0100
|
|
Subject: [PATCH 03/11] lm_sensors-3.0.0-sysconfig_metadata
|
|
|
|
---
|
|
prog/detect/sensors-detect | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
|
|
index 2018cc70..fed2b3b6 100755
|
|
--- a/prog/detect/sensors-detect
|
|
+++ b/prog/detect/sensors-detect
|
|
@@ -7444,6 +7444,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.
|
|
#
|
|
--
|
|
2.43.0
|
|
|