Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 38498 | Differences between
and this patch

Collapse All | Expand All

(-)vmailmgr-0.96.9.orig/commands/vcheckquota.cc (-4 / +1 lines)
Lines 31-40 Link Here
31
31
32
const char* cli_program = "vcheckquota";
32
const char* cli_program = "vcheckquota";
33
const char* cli_help_prefix = "vmailmgr quota enforcement program\n";
33
const char* cli_help_prefix = "vmailmgr quota enforcement program\n";
34
const char* cli_help_suffix = "
34
const char* cli_help_suffix = "Warning: the soft-message is linked into the users maildir once for each message that is received while the account is over its soft quota.  This may result in multiple warning messages.\n";
35
Warning: the soft-message is linked into the users maildir once for each
36
message that is received while the account is over its soft quota.  This may
37
result in multiple warning messages.\n";
38
const char* cli_args_usage = "";
35
const char* cli_args_usage = "";
39
const int cli_args_min = 0;
36
const int cli_args_min = 0;
40
const int cli_args_max = 0;
37
const int cli_args_max = 0;
(-)vmailmgr-0.96.9.orig/commands/vchforwards.cc (-5 / +2 lines)
Lines 22-32 Link Here
22
#include "vcommand.h"
22
#include "vcommand.h"
23
23
24
const char* cli_program = "vchforwards";
24
const char* cli_program = "vchforwards";
25
const char* cli_help_prefix =
25
const char* cli_help_prefix = "Change virtual user forwarding addresses.\n";
26
"Change virtual user forwarding addresses.\n";
26
const char* cli_help_suffix = "If no forwarding addresses are given, forwarding is disabled.\n";
27
const char* cli_help_suffix =
28
"If no forwarding addresses are given, forwarding is disabled.
29
";
30
const char* cli_args_usage = "USERNAME [DESTINATION1 ...]";
27
const char* cli_args_usage = "USERNAME [DESTINATION1 ...]";
31
const int cli_args_min = 1;
28
const int cli_args_min = 1;
32
const int cli_args_max = -1;
29
const int cli_args_max = -1;
(-)vmailmgr-0.96.9.orig/commands/vpasswd2cdb.cc (-4 / +1 lines)
Lines 26-35 Link Here
26
26
27
const char* cli_program = "vpasswd2cdb";
27
const char* cli_program = "vpasswd2cdb";
28
const char* cli_help_prefix = "Converts text password tables to CDB format\n";
28
const char* cli_help_prefix = "Converts text password tables to CDB format\n";
29
const char* cli_help_suffix =
29
const char* cli_help_suffix = "Reads in a standard virtual password table in the current directory, and writes it out to a CDB table.  The file names for the text and CDB tables are determined from the configuration file.\n";
30
"Reads in a standard virtual password table in the current directory,
31
and writes it out to a CDB table.  The file names for the text and CDB
32
tables are determined from the configuration file.";
33
const char* cli_args_usage = "";
30
const char* cli_args_usage = "";
34
const int cli_args_min = 0;
31
const int cli_args_min = 0;
35
const int cli_args_max = 0;
32
const int cli_args_max = 0;
(-)vmailmgr-0.96.9.orig/commands/vpasswd2db.cc (-4 / +1 lines)
Lines 25-34 Link Here
25
25
26
const char* cli_program = "vpasswd2db";
26
const char* cli_program = "vpasswd2db";
27
const char* cli_help_prefix = "Converts text password tables to current vpwtable DB format\n";
27
const char* cli_help_prefix = "Converts text password tables to current vpwtable DB format\n";
28
const char* cli_help_suffix =
28
const char* cli_help_suffix = "Reads in a standard virtual password table in the current directory, and writes it out to a table.  The file names for the input and output tables are determined from the configuration file.\n";
29
"Reads in a standard virtual password table in the current directory,
30
and writes it out to a table.  The file names for the input and output
31
tables are determined from the configuration file.";
32
const char* cli_args_usage = "";
29
const char* cli_args_usage = "";
33
const int cli_args_min = 0;
30
const int cli_args_min = 0;
34
const int cli_args_max = 0;
31
const int cli_args_max = 0;

Return to bug 38498