From: Sebastian Harl Date: Tue, 26 Aug 2008 09:51:54 +0000 (+0200) Subject: configure.in, filecount.c: Removed all left-over occurrences of "qmail". X-Git-Tag: collectd-4.5.0~40 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=4377f740c442ce752f0dc9a17bbb36114d071e74 configure.in, filecount.c: Removed all left-over occurrences of "qmail". Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- diff --git a/configure.in b/configure.in index aac5d653..fc39c37a 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 2f10912b..30de5a25 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) {