diff options
author | TBK <tbk@jjtc.eu> | 2020-02-26 23:11:33 +0100 |
---|---|---|
committer | TBK <tbk@jjtc.eu> | 2020-03-23 15:19:06 +0100 |
commit | 1c31d3f269c706f7080c34510d9abac2d3ceee0a (patch) | |
tree | caa3b664c140ef32b20246dbe3cf0030d64bb1eb /community/heirloom-mailx/mailx-12.5-usage.patch | |
parent | b3885777f00606b1f3e553143ad336afa267a46e (diff) | |
download | aports-1c31d3f269c706f7080c34510d9abac2d3ceee0a.tar.bz2 aports-1c31d3f269c706f7080c34510d9abac2d3ceee0a.tar.xz |
community/heirloom-mailx: upgrade to 12.5
Diffstat (limited to 'community/heirloom-mailx/mailx-12.5-usage.patch')
-rw-r--r-- | community/heirloom-mailx/mailx-12.5-usage.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/heirloom-mailx/mailx-12.5-usage.patch b/community/heirloom-mailx/mailx-12.5-usage.patch new file mode 100644 index 0000000000..3c375ade9b --- /dev/null +++ b/community/heirloom-mailx/mailx-12.5-usage.patch @@ -0,0 +1,12 @@ +diff -upr mailx-12.5.orig/main.c mailx-12.5/main.c +--- mailx-12.5.orig/main.c 2007-10-02 14:15:50.000000000 +0200 ++++ mailx-12.5/main.c 2013-07-22 16:06:56.960765683 +0200 +@@ -353,7 +353,7 @@ main(int argc, char *argv[]) + case '?': + usage: + fprintf(stderr, catgets(catd, CATSET, 135, +-"Usage: %s -eiIUdEFntBDNHRV~ -T FILE -u USER -h hops -r address -s SUBJECT -a FILE -q FILE -f FILE -A ACCOUNT -b USERS -c USERS -S OPTION users\n"), progname); ++"Usage: %s -eiIUdEFntBDNHRVv~ -T FILE -u USER -h hops -r address -s SUBJECT -a FILE -q FILE -f FILE -A ACCOUNT -b USERS -c USERS -S OPTION users\n"), progname); + exit(2); + } + } |