Hello Jean, this patch series fixes some issues caused by the coding style conversion a while ago. Most of them are deep indentation levels and the related long lines. Another patch removes the hidden commandline interface. You can call sensord as an console application if you have a link (sensors) pointing to the sensors deamon (sensord). IMO that's really intransparent and I don't know any reason using this. Further there is a patch introducing a new structure (sensord_arguments). The extern struct sensord_args in args.c now is the place for all the commandline arguments. A last one replaces the deprecated signal() function by sigaction. Andre --- args.c | 205 +++++++++++++++++++++++++++++--------------------------------- args.h | 30 +++++++++ lib.c | 93 ++++++++++++++++------------ rrd.c | 108 ++++++++++++++++---------------- sense.c | 6 - sensord.c | 89 ++++++++++++++++---------- sensord.h | 18 ----- 7 files changed, 294 insertions(+), 255 deletions(-)