Code

Updated NEWS.Debian and README.Debian for new init script.
authorSebastian Harl <sh@tokkee.org>
Sun, 20 May 2007 01:45:53 +0000 (03:45 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 20 May 2007 01:45:53 +0000 (03:45 +0200)
debian/NEWS.Debian
debian/README.Debian

index e4e89812dcff146d40cecfa690e36e02d63e4b51..04d914544de33ceb8ded466b747e34c69f89bfb7 100644 (file)
@@ -25,6 +25,10 @@ collectd (4.0.0~rc10-1) experimental; urgency=low
   "rrdtool" and "syslog" plugins (enabled by default) and enable and configure
   the network plugin. See collectd.conf(5) for details.
 
+  This also means that a single configuration file is sufficient. The init
+  script does no longer start one collectd process for each config file found
+  in /etc/collectd/ but only for collectd.conf.
+
   Additionally, the syntax of the configuration file has changed slightly. All
   strings need to be surrounded by double quotes. See collectd.conf(5) for
   details.
index 3b77e13dcbf4c3cbe13eeb4296a9acac1fbca7a8..2b64c496de1620b4b5e8777758e344b72ccbd25f 100644 (file)
@@ -11,10 +11,6 @@ General notes:
 Configuring collectd:
 ---------------------
 
-- collectd uses a similar configuration layout as openvpn does. That is to
-  say that one daemon process is started for each configuration file found in
-  /etc/collectd/.
-
 - See collectd.conf(5) for details about configuring collectd.
 
 Building your own plugins: