Hi Jean, here is another patch series cleaning up the sensors deamon. Some patches fixing some coding style issues, breaking long lines and making code more readable by the refactoring of big functions. Another one removes some needless casts and there is a patch converting the HTML code (CGI script) generated by sensord to lower case. So we're closer to XHTML. Unfortunately the output of rrdcgi isn't very strict. With this series I've finished the cleanup caused by the coding style conversion. During the work I saw some things to fix, so I will go on hacking the deamon. Now I hope the code is more readable and the maintenance and development should be easier. BTW I don't like some details of the implementation (see notes in patch 4/5). Some stuff looks needless. Further I would like it if the deamon would be closer to the sensors console tool. This would ease maintenance too. So you see what I'm going to do in the future. This here is post 3.1.1 material. Maybe we could make a stable branch 3.1.1? Otherwise we wait with the commits until 3.1.1 is released. Thanks, Andre --- rrd.c | 140 +++++++++++++++++++++++++++---------------- sense.c | 204 ++++++++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 210 insertions(+), 134 deletions(-)