author | Florian Forster <octo@collectd.org> | |
Wed, 5 Apr 2017 09:54:10 +0000 (11:54 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Wed, 5 Apr 2017 09:54:10 +0000 (11:54 +0200) | ||
commit | 4dedfa46272ffa0c52e426b3051fddd0b8d0bea2 | |
tree | 6d4c073d2fe321b9ae40f8915b83333a504b5134 | tree | snapshot |
parent | bdcefed10f0dc5add6d61d267c1d773d181c6368 | commit | diff |
Remove utils_ignorelist.[ch] from daemon; link plugins directly.
The collectd daemon isn't using the "ignorelist" functionality itself --
it was only linked in to provide it to loaded plugins. Since the code is
under the GPL, this interfers with our intend of having an MIT licensed
daemon.
This patch changes the build system to link plugins with the ignorelist
directly instead of expecting the symbols to be in the daemon.
The collectd daemon isn't using the "ignorelist" functionality itself --
it was only linked in to provide it to loaded plugins. Since the code is
under the GPL, this interfers with our intend of having an MIT licensed
daemon.
This patch changes the build system to link plugins with the ignorelist
directly instead of expecting the symbols to be in the daemon.
Makefile.am | diff | blob | history | |
src/daemon/utils_ignorelist.c | [deleted file] | blob | history |
src/daemon/utils_ignorelist.h | [deleted file] | blob | history |
src/utils_ignorelist.c | [new file with mode: 0644] | blob |
src/utils_ignorelist.h | [new file with mode: 0644] | blob |