summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 93bc1d4)
raw | patch | inline | side by side (parent: 93bc1d4)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 29 Apr 2007 19:41:07 +0000 (21:41 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 2 May 2007 18:00:53 +0000 (18:00 +0000) |
debian/README.Debian | patch | blob | history |
diff --git a/debian/README.Debian b/debian/README.Debian
index d998eec290f6250299d2166a5a00367bad0d29ee..3b77e13dcbf4c3cbe13eeb4296a9acac1fbca7a8 100644 (file)
--- a/debian/README.Debian
+++ b/debian/README.Debian
Building your own plugins:
--------------------------
+- Originally, plugins for collectd had to be written in C and linked as shared
+ objects. Starting with version 4.0.0, it is also possible to use plugins
+ written in the scripting language Perl or implemented as separate processes.
+ See section "SPECIAL PLUGINS" in collectd(1) for details.
+
- If you want to contribute plugins to the official distribution you should
read http://collectd.org/dev-info.shtml.