16 lines
602 B
Diff
16 lines
602 B
Diff
|
--- prog/detect/sensors-detect
|
||
|
+++ prog/detect/sensors-detect
|
||
|
@@ -5756,6 +5756,12 @@
|
||
|
open(local *SYSCONFIG, ">/etc/sysconfig/lm_sensors")
|
||
|
or die "Sorry, can't create /etc/sysconfig/lm_sensors ($!)";
|
||
|
print SYSCONFIG <<'EOT';
|
||
|
+## Path: Hardware/Sensors
|
||
|
+## Description: Defines the modules to used
|
||
|
+## Type: string
|
||
|
+## ServiceRestart: lm_sensors
|
||
|
+## Default: ""
|
||
|
+#
|
||
|
# /etc/sysconfig/lm_sensors - Defines modules loaded by
|
||
|
# /etc/init.d/lm_sensors
|
||
|
# Copyright (c) 1998 - 2001 Frodo Looijaard <frodol@dds.nl>
|