diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-12-26 11:39:28 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-12-26 11:39:28 +0000 |
commit | 9c3df5dd3bf9217ba4a1f8ff404466b682834862 (patch) | |
tree | 16f188ee4c1ee9b3394412c81a20a491fc9e2cee /net-mail/vmailmgr-tools/files | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-9c3df5dd3bf9217ba4a1f8ff404466b682834862.tar.gz gentoo-2-9c3df5dd3bf9217ba4a1f8ff404466b682834862.tar.bz2 gentoo-2-9c3df5dd3bf9217ba4a1f8ff404466b682834862.zip |
Initial import from bug #105110
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-mail/vmailmgr-tools/files')
-rw-r--r-- | net-mail/vmailmgr-tools/files/digest-vmailmgr-tools-0.2 | 1 | ||||
-rw-r--r-- | net-mail/vmailmgr-tools/files/vmailmgr-tools-0.2-gcc34.patch | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/net-mail/vmailmgr-tools/files/digest-vmailmgr-tools-0.2 b/net-mail/vmailmgr-tools/files/digest-vmailmgr-tools-0.2 new file mode 100644 index 000000000000..ceda1eac479f --- /dev/null +++ b/net-mail/vmailmgr-tools/files/digest-vmailmgr-tools-0.2 @@ -0,0 +1 @@ +MD5 1c583f46a62821bc1a90cbf6ce83bf32 vmailmgr-tools-0.2.tar.gz 33925 diff --git a/net-mail/vmailmgr-tools/files/vmailmgr-tools-0.2-gcc34.patch b/net-mail/vmailmgr-tools/files/vmailmgr-tools-0.2-gcc34.patch new file mode 100644 index 000000000000..9e4130ebef8a --- /dev/null +++ b/net-mail/vmailmgr-tools/files/vmailmgr-tools-0.2-gcc34.patch @@ -0,0 +1,16 @@ +diff -Nru vmailmgr-tools-0.2.orig/vcheckquota.c vmailmgr-tools-0.2/vcheckquota.c +--- vmailmgr-tools-0.2.orig/vcheckquota.c 2002-05-11 00:00:37.000000000 +0300 ++++ vmailmgr-tools-0.2/vcheckquota.c 2005-12-26 13:33:02.084556000 +0200 +@@ -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; |