From b4346f93d26c0f4f2afe39539f7812b0720a70ff Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 18 Aug 2009 09:55:42 +0200 Subject: [PATCH] Removed remaining traces of the "main" chain. The chains are called "PreCache" and "PostCache" now. --- src/collectd.conf.in | 2 +- src/filter_chain.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 594c3bdc..86258f28 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -557,6 +557,6 @@ FQDNLookup true # The following block demonstrates the default behavior if no filtering is # configured at all: All values will be sent to all available write plugins. -# +# # Target "write" # diff --git a/src/filter_chain.c b/src/filter_chain.c index c777fac1..7c23a357 100644 --- a/src/filter_chain.c +++ b/src/filter_chain.c @@ -173,7 +173,7 @@ static char *fc_strdup (const char *orig) /* {{{ */ * * The configuration looks somewhat like this: * - * + * * * * Plugin "^mysql$" -- 2.30.2