Add utils_ignorelist back to daemon (#1323)
authorBenjamin Drung <benjamin.drung@profitbricks.com>
Tue, 27 Oct 2015 09:23:46 +0000 (10:23 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Sun, 8 Nov 2015 16:15:12 +0000 (17:15 +0100)
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.


No differences found