ports/mail/vmailmgr/files/patch-commands:vpasswd2db.cc
Alexander Leidinger 83d7454729 Fix build with gcc 3.x.
Noticed by:		kris/amd64 build
Approved by:		maintainer
Build tested on:	ia32
2004-02-02 14:17:24 +00:00

15 lines
789 B
C++

--- commands/vpasswd2db.cc.orig Mon Feb 2 15:02:15 2004
+++ commands/vpasswd2db.cc Mon Feb 2 15:02:33 2004
@@ -26,9 +26,9 @@
const char* cli_program = "vpasswd2db";
const char* cli_help_prefix = "Converts text password tables to current vpwtable DB format\n";
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.";
+"Reads in a standard virtual password table in the current directory,\n"
+"and writes it out to a table. The file names for the input and output\n"
+"tables are determined from the configuration file.";
const char* cli_args_usage = "";
const int cli_args_min = 0;
const int cli_args_max = 0;