author | Benjamin Drung <benjamin.drung@profitbricks.com> | |
Tue, 27 Oct 2015 09:23:46 +0000 (10:23 +0100) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Sun, 8 Nov 2015 16:15:12 +0000 (17:15 +0100) | ||
commit | 817e080279469498c446bff54dbc7e0633cb238c | |
tree | 5e5ee3467cb2404703f63ac91045507db6383d7f | tree | snapshot |
parent | 21a4ddcc2d66eea59224fd95746c7533b1b1a46d | commit | diff |
Add utils_ignorelist back to daemon (#1323)
commit 216c6246b73645ac093de15b87aedc9abc6ebc80 moves the collectd
daemon files into the src/daemon/ directory, but also silently drops
utils_ignorelist. Dropping utils_ignorelist from the daemon has the
drawback that it cannot be used by plugins any more and that 16 plugins
need to bundle ignorelist.
Thus add utils_ignorelist back to the collectd daemon.
commit 216c6246b73645ac093de15b87aedc9abc6ebc80 moves the collectd
daemon files into the src/daemon/ directory, but also silently drops
utils_ignorelist. Dropping utils_ignorelist from the daemon has the
drawback that it cannot be used by plugins any more and that 16 plugins
need to bundle ignorelist.
Thus add utils_ignorelist back to the collectd daemon.
src/Makefile.am | diff | blob | history | |
src/daemon/Makefile.am | diff | blob | history | |
src/daemon/utils_ignorelist.c | [new file with mode: 0644] | blob |
src/daemon/utils_ignorelist.h | [new file with mode: 0644] | blob |
src/utils_ignorelist.c | [deleted file] | blob | history |
src/utils_ignorelist.h | [deleted file] | blob | history |