~apw/ubuntu/oneiric/lm-sensors-3/kernel-versions

« back to all changes in this revision

Viewing changes to debian/patches/03-sensord-loadavg.patch

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno
  • Date: 2011-02-06 14:46:28 UTC
  • mfrom: (1.1.4 upstream) (0.1.15 sid)
  • Revision ID: james.westby@ubuntu.com-20110206144628-14h2w8yva5p98vv9
Tags: 1:3.2.0-1
* New upstream version.
* Suggests fancontrol instead of recommending it in lm-sensors (closes:
  bug#567185).
* Suggests lm-sensors instead of recommending it in libsensors4 (closes:
  bug#602914).
* Suggests rrdtool in sensord (closes: bug#588132).
* Detect SMSC SCH5524-NS chip (closes: bug#588355).
* Bumped Standards-version to 3.9.1 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
--- a/prog/sensord/rrd.c
17
17
+++ b/prog/sensord/rrd.c
18
 
@@ -235,6 +235,10 @@
 
18
@@ -238,6 +238,10 @@
19
19
                        min = "-100";
20
20
                        max = "250";
21
21
                        break;
26
26
                default:
27
27
                        min = max = "U";
28
28
                        break;
29
 
@@ -254,8 +258,11 @@
 
29
@@ -257,8 +261,11 @@
30
30
        int ret = 0;
31
31
        struct ds data = { 0, argv};
32
32
        ret = applyToFeatures(rrdGetSensors_DS, &data);