[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.7'
Florian Forster
octo at verplant.org
Wed Oct 28 20:06:30 CET 2009
src/Makefile.am | 4 ++--
src/rrdcached.c | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 32ebb9e61e6f66bf5e689e37e6a61276b6b11597
Author: Sebastian Harl <sh at tokkee.org>
Date: Wed Oct 28 19:32:36 2009 +0100
src/Makefile: Support parallel builds when creating the manpages.
A temporary file name is used when creating the manpages. So far, a static
file name had been used for that, thus causing race conditions. Now, a unique
suffix (PID) is used to fix that.
Thanks to BC^bd for reporting that on IRC!
commit 3439c4a3e08adfef8f35d0e058fadc7e71501486
Author: Sebastian Harl <sh at tokkee.org>
Date: Wed Oct 28 17:38:51 2009 +0100
rrdcached plugin: Work around a bug in RRDtool 1.4rc2.
rrd_client.h in that pre-release checked for HAVE_CONFIG_H and would then try
to include rrd_config.h, which, obviously, is not available in collectd.
More information about the collectd-changes
mailing list