diff -r 30113bfbe723 -r b3afb9f1e801 daemon/main.cc --- 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 #include #include -#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 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 and F (from the -// F package), or -// F (included with the F package). +// requires its output to be piped through a tool to record those +// logs, such as F (from the F package). cli_option cli_options[] = { { 'd', 0, cli_option::flag, 0, &opt_log_all,