20 lines
645 B
Diff
20 lines
645 B
Diff
|
---
|
||
|
prog/detect/sensors-detect | 6 ++++++
|
||
|
1 file changed, 6 insertions(+)
|
||
|
|
||
|
--- a/prog/detect/sensors-detect
|
||
|
+++ b/prog/detect/sensors-detect
|
||
|
@@ -7077,6 +7077,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.
|
||
|
#
|