]> git.pld-linux.org Git - packages/lm_sensors.git/commitdiff
- added sysconfig option to call `sensors -d' before running daemon
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 21 Jan 2002 21:06:25 +0000 (21:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (some sensors are misconfigured after machine boot)
- release 4

Changed files:
    lm_sensors.spec -> 1.35
    sensors.init -> 1.3
    sensors.sysconfig -> 1.2

lm_sensors.spec
sensors.init
sensors.sysconfig

index 3a9b0c2466336c1c5c227441c0edace1f312ae44..7d89b54b7e8f3132d2ef60441403411ec1a7e4ef 100644 (file)
@@ -11,7 +11,7 @@ Summary:      Hardware health monitoring
 Summary(pl):   Monitor stanu sprzêtu
 Name:          lm_sensors
 Version:       2.6.2
-Release:       3
+Release:       4
 License:       GPL
 Group:         Applications/System
 Group(de):     Applikationen/System
@@ -34,8 +34,8 @@ Tools for monitoring the hardware health of Linux systems containing
 hardware health monitoring hardware such as the LM78 and LM75.
 
 %description -l pl
-Narzêdzie do monitorowania sprzêtu w systemach Linuxowych wyposa¿onych
-w sprzêt monitoruj±cy, taki jak LM78 lub LM75.
+Narzêdzie do monitorowania sprzêtu w systemach Linuksowych
+wyposa¿onych w sprzêt monitoruj±cy, taki jak LM78 lub LM75.
 
 %package devel
 Summary:       Header files for lm_sensors
index 7b8359150986fa3cffd1ed19a8b646b7efec3564..34f3e7ea41b29e24a888c5a181e68f135a94f8d3 100644 (file)
@@ -29,6 +29,10 @@ case "$1" in
                # insert modules
                _modprobe single die "i2c-$BUS"
                _modprobe single die "$CHIP"
+
+               if [ "$SENSORS_SET" = "1" ]; then
+                       sensors -s
+               fi
                
                msg_starting "sensors daemon"
                daemon sensord \
index 1cacff01385f52bf97d7d369f6d2eb1b863ff3b4..babf5293d9d1a2f0beac1cef77f9a12b42646971 100644 (file)
@@ -19,6 +19,9 @@ INTERVAL=1m
 # interval between logging
 LOG_INTERVAL=20m
 
+# configure sensors (i.e. call `sensors -s') before starting daemon?
+#SENSORS_SET=1
+
 # example for VIAKT* mainboards (bus is not (!) via)
 # BUS=isa
 # CHIP=via686a
This page took 1.607898 seconds and 4 git commands to generate.