Package: sensord
Version: 1:2.9.0-14
Severity: normal
Tags: patch

When I tried to enable RRD usage, sensord created RRD with only field
for loadavg, because it failed to recognize it8712 chip. Attached
one-liner patch to fix this issue.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-01
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages sensord depends on:
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  librrd0                     1.0.49-1     Time-series data storage and displ
ii  libsensors3                 1:2.9.0-14   library to read temperature/voltag
ii  lm-sensors                  1:2.9.0-14   utilities to read temperature/volt

-- no debconf information
--- lm-sensors-2.9.0/prog/sensord/chips.c	2005-03-05 13:04:29.000000000 +0300
+++ lm-loc/prog/sensord/chips.c	2005-03-05 13:01:35.000000000 +0300
@@ -546,7 +546,7 @@
 /** IT87 (thanks to Mike Black) **/
 
 static const char *it87_names[] = {
-  SENSORS_IT87_PREFIX, NULL
+  SENSORS_IT87_PREFIX, "it8712", NULL
 };
 
 static const FeatureDescriptor it87_features[] = {

Reply via email to