* updated kwordquiz (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / mail / qmail-autoresponder / stricter_gcc.patch
blob13babfc20b80767e700dde5316c903caac2fe4b5
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../qmail-autoresponder/stricter_gcc.patch
5 # Copyright (C) 2006 The T2 SDE Project
6 # Copyright (C) 1998 - 2004 ROCK Linux Project
7 #
8 # More information can be found in the files COPYING and README.
9 #
10 # This patch file is dual-licensed. It is available under the license the
11 # patched project is licensed under, as long as it is an OpenSource license
12 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
13 # of the GNU General Public License as published by the Free Software
14 # Foundation; either version 2 of the License, or (at your option) any later
15 # version.
16 # --- T2-COPYRIGHT-NOTE-END ---
18 --- ./main.c.orig 2004-05-06 19:29:15.000000000 -0400
19 +++ ./main.c 2004-05-06 19:30:23.000000000 -0400
20 @@ -244,18 +244,18 @@
23 static const char* usage_str =
24 -"usage: %s [-cqDNT] [-n NUM] [-s STR] [-t TIME] %s
25 - -c Copy message into response
26 - -n NUM Set the maximum number of replies (defaults to 1)
27 - -s STR Add the subject to the autoresponse, prefixed by STR
28 - -t TIME Set the time interval, in seconds (defaults to 1 hour)
29 - -q Don't show error messages
30 - -D Don't remove old response records
31 - -N Don't send, just send autoresponse to standard output
32 - If more than NUM messages are received from the same sender
33 - within TIME seconds of each other, no response is sent.
34 - This program must be run by qmail.
35 -%s";
36 +"usage: %s [-cqDNT] [-n NUM] [-s STR] [-t TIME] %s\n"
37 +" -c Copy message into response\n"
38 +" -n NUM Set the maximum number of replies (defaults to 1)\n"
39 +" -s STR Add the subject to the autoresponse, prefixed by STR\n"
40 +" -t TIME Set the time interval, in seconds (defaults to 1 hour)\n"
41 +" -q Don't show error messages\n"
42 +" -D Don't remove old response records\n"
43 +" -N Don't send, just send autoresponse to standard output\n"
44 +" If more than NUM messages are received from the same sender\n"
45 +" within TIME seconds of each other, no response is sent.\n"
46 +" This program must be run by qmail.\n"
47 +"%s";
49 void usage(const char* msg)