2011-03-29 19:11:32 +02:00
|
|
|
---
|
|
|
|
prog/detect/sensors-detect | 6 ++++++
|
|
|
|
1 file changed, 6 insertions(+)
|
|
|
|
|
2015-06-30 13:41:18 +02:00
|
|
|
--- a/prog/detect/sensors-detect
|
|
|
|
+++ b/prog/detect/sensors-detect
|
|
|
|
@@ -7077,6 +7077,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.
|
|
|
|
#
|