summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 710ebea)
raw | patch | inline | side by side (parent: 710ebea)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 6 Dec 2008 15:54:05 +0000 (16:54 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 6 Dec 2008 15:54:05 +0000 (16:54 +0100) |
debian/changelog | patch | blob | history | |
debian/collectd.conf | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 6c1f2609afb0149229afa137b29d64ff798d1d75..3ff669955b1af30770057a2328a38ff4a0e0bfaa 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* 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 <sh@tokkee.org> Mon, 01 Dec 2008 19:28:41 +0100
+ -- Sebastian Harl <sh@tokkee.org> 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 72bb2e8303d5f052658cb5be46013b3f31639f52..9728208aa459a4cda1e9f32468bcd7751549b192 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
# <Match>
# Regex "\\<R=local_user\\>"
# DSType "CounterInc"
-# Type "email_count"
+# Type "counter"
# Instance "local_user"
# </Match>
# </File>