[collectd] [PATCH] configure.in, filecount.c: Removed all left-over occurrences of "qmail".
Sebastian Harl
sh at tokkee.org
Tue Aug 26 11:51:54 CEST 2008
Signed-off-by: Sebastian Harl <sh at tokkee.org>
---
configure.in | 1 -
src/filecount.c | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/configure.in b/configure.in
index aac5d65..fc39c37 100644
--- a/configure.in
+++ b/configure.in
@@ -2884,7 +2884,6 @@ Configuration:
postgresql . . . . . $enable_postgresql
powerdns . . . . . . $enable_powerdns
processes . . . . . . $enable_processes
- qmail . . . . . . . . $enable_qmail
rrdtool . . . . . . . $enable_rrdtool
sensors . . . . . . . $enable_sensors
serial . . . . . . . $enable_serial
diff --git a/src/filecount.c b/src/filecount.c
index 3d08cbe..3e6f0dc 100644
--- a/src/filecount.c
+++ b/src/filecount.c
@@ -74,7 +74,7 @@ static void fc_submit_dir (const fc_directory_conf_t *dir)
sstrncpy (vl.type, "bytes", sizeof (vl.type));
plugin_dispatch_values (&vl);
-} /* void qmail_submit */
+} /* void fc_submit_dir */
/*
* Config:
@@ -414,7 +414,7 @@ static int fc_config (oconfig_item_t *ci)
} /* for (ci->children) */
return (0);
-} /* int qmail_config */
+} /* int fc_config */
static int fc_init (void)
{
--
1.6.0.90.g436ed
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mailman.verplant.org/pipermail/collectd/attachments/20080826/c768e162/attachment.pgp
More information about the collectd
mailing list