vmailmgr-tools compile fix

Thilo Bangert <[email protected]> Wed, 7 Sep 2005 14:02:32 +0800
Newsgroups gmane.comp.sysutils.bgware
Message-ID <[email protected]>
Hi,

i had to apply the following patch to make vmailmgr-tools compile on a 
up-to-date gentoo system...

the usual head-tails fixes for the Makefile where necessary as well...

regards
Thilo


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
vmailmgr-tools-0.2-compile-fix.patch (text/x-diff, 872 B)
diff -urN vmailmgr-tools-0.2.orig/vcheckquota.c vmailmgr-tools-0.2/vcheckquota.c
--- vmailmgr-tools-0.2.orig/vcheckquota.c	2005-09-07 13:04:13.000000000 +0800
+++ vmailmgr-tools-0.2/vcheckquota.c	2005-09-07 13:05:08.000000000 +0800
@@ -33,9 +33,9 @@
 const char program[] = "vcheckquota";
 const int msg_show_pid = 0;
 const char cli_help_prefix[] = "vmailmgr quota enforcement program\n";
-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
+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";
 const char cli_args_usage[] = "";
 const int cli_args_min = 0;