2007-11-28 23:49:25 +01:00
|
|
|
Index: prog/detect/sensors-detect
|
|
|
|
===================================================================
|
|
|
|
--- prog/detect/sensors-detect.orig
|
2007-08-15 20:36:45 +02:00
|
|
|
+++ prog/detect/sensors-detect
|
2008-09-29 18:18:11 +02:00
|
|
|
@@ -6097,6 +6097,12 @@ sub main
|
2007-08-15 20:36:45 +02: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>
|