configure.in, filecount.c: Removed all left-over occurrences of "qmail".
authorSebastian Harl <sh@tokkee.org>
Tue, 26 Aug 2008 09:51:54 +0000 (11:51 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Tue, 26 Aug 2008 16:55:46 +0000 (18:55 +0200)
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
configure.in
src/filecount.c

index aac5d65..fc39c37 100644 (file)
@@ -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
index 2f10912..30de5a2 100644 (file)
@@ -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)
 {