From 246b48dc89711dec466fc304cbede67b694bc6f0 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 6 Dec 2008 16:54:05 +0100 Subject: [PATCH] collectd.conf: Fixed a wrong type used in the "tail" plugin example. --- debian/changelog | 4 +++- debian/collectd.conf | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6c1f260..3ff6699 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,10 @@ collectd (4.4.2-3) unstable; urgency=low * debian/rules: - Remove generated manpages in the clean target to avoid cluttering the source diff with the rebuilt manpages. + * debian/collectd.conf: + - Fixed a wrong type used in the "tail" plugin example. - -- Sebastian Harl Mon, 01 Dec 2008 19:28:41 +0100 + -- Sebastian Harl Sat, 06 Dec 2008 16:53:25 +0100 collectd (4.4.2-2) unstable; urgency=low diff --git a/debian/collectd.conf b/debian/collectd.conf index 72bb2e8..9728208 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -331,7 +331,7 @@ LoadPlugin users # # Regex "\\" # DSType "CounterInc" -# Type "email_count" +# Type "counter" # Instance "local_user" # # -- 2.30.2