mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
collectd: update to 5.10.0
Update collectd to 5.10.0 * leave new plugins as disabled for now (procevent, sysevent) * refresh patches. Remove unenecessary version fix Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
@@ -44,8 +44,8 @@ when --enable-debug configure option is used in Makefile.
|
||||
while ((loop == 0) && (nanosleep(&ts_wait, &ts_wait) != 0)) {
|
||||
if (errno != EINTR) {
|
||||
--- a/src/daemon/plugin.c
|
||||
+++ a/src/daemon/plugin.c
|
||||
@@ -578,10 +578,11 @@
|
||||
+++ b/src/daemon/plugin.c
|
||||
@@ -585,10 +585,11 @@ static void *plugin_read_thread(void __a
|
||||
|
||||
/* Check, if `rf_next_read' is in the past. */
|
||||
if (rf->rf_next_read < now) {
|
||||
|
||||
Reference in New Issue
Block a user