From: Andre Prendel <andre_prendel@gmx.de>
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] [PATCH 0/8] sensord: Some cleanups,
Date: Mon, 06 Apr 2009 07:55:53 +0000 [thread overview]
Message-ID: <20090406075553.GA4734@ubuntu> (raw)
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(-)
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
next reply other threads:[~2009-04-06 7:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-06 7:55 Andre Prendel [this message]
2009-04-06 9:36 ` [lm-sensors] [PATCH 0/8] sensord: Some cleanups, Jean Delvare
2009-04-06 10:21 ` Andre Prendel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090406075553.GA4734@ubuntu \
--to=andre_prendel@gmx.de \
--cc=lm-sensors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.