daemon/main.cc
changeset 2 b3afb9f1e801
parent 0 6f7a81934006
--- a/daemon/main.cc	Sun Jan 20 00:12:17 2008 +0100
+++ b/daemon/main.cc	Sun Jan 20 00:22:09 2008 +0100
@@ -22,7 +22,7 @@
 #include <sys/stat.h>
 #include <signal.h>
 #include <unistd.h>
-#include "cli/cli.h"
+#include "cli++/cli++.h"
 #include "daemon.h"
 
 const char* cli_program = "vmailmgrd";
@@ -34,17 +34,12 @@
 int opt_log_all = true;
 int opt_verbose = false;
 
-// This program is the local server that controls the operation of many
-// parts of this package.
-// It is currently used to handle password checking and virtual user
-// lookups, but will eventually contain the functionality to handle adding
-// and deleting users and aliases, and changing passwords.
+// This program is the local server that is used to handle managing
+// virtual domains from a web or remote interface.
 //
 // F<vmailmgrd> logs its activity to standard output, and as such
-// requires its output to be piped through a tool to
-// record those logs, such as F<accustamp> and F<cyclog> (from the
-// F<daemontools> package), or
-// F<splogger> (included with the F<qmail> package).
+// requires its output to be piped through a tool to record those
+// logs, such as F<multilog> (from the F<daemontools> package).
 
 cli_option cli_options[] = {
   { 'd', 0, cli_option::flag, 0, &opt_log_all,