From 4377f740c442ce752f0dc9a17bbb36114d071e74 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 26 Aug 2008 11:51:54 +0200 Subject: [PATCH] configure.in, filecount.c: Removed all left-over occurrences of "qmail". Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- configure.in | 1 - src/filecount.c | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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) { -- 2.30.2