2007-11-28 22:49:25 +00:00
|
|
|
Index: prog/detect/sensors-detect
|
|
|
|
===================================================================
|
|
|
|
--- prog/detect/sensors-detect.orig
|
2007-08-15 18:36:45 +00:00
|
|
|
+++ prog/detect/sensors-detect
|
2007-11-28 22:49:25 +00:00
|
|
|
@@ -5898,6 +5898,12 @@ sub main
|
2007-08-15 18:36:45 +00:00
|
|
|
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>
|