summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2009-07-07 12:26:31 +0000
committerThilo Bangert <bangert@gentoo.org>2009-07-07 12:26:31 +0000
commitf7d13fbf3e058b196d0e95af0e7984280e93f2f0 (patch)
tree3f50c37dc80e0b49c450302cd3b6f9222591b1f1 /net-mail/qmail-autoresponder/files/qmail-autoresponder-0.96.1-gcc33-multiline-string-fix.patch
parentVersion bumped. (diff)
downloadhistorical-f7d13fbf3e058b196d0e95af0e7984280e93f2f0.tar.gz
historical-f7d13fbf3e058b196d0e95af0e7984280e93f2f0.tar.bz2
historical-f7d13fbf3e058b196d0e95af0e7984280e93f2f0.zip
remove old version - fix description (bug #272939)
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'net-mail/qmail-autoresponder/files/qmail-autoresponder-0.96.1-gcc33-multiline-string-fix.patch')
-rw-r--r--net-mail/qmail-autoresponder/files/qmail-autoresponder-0.96.1-gcc33-multiline-string-fix.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/net-mail/qmail-autoresponder/files/qmail-autoresponder-0.96.1-gcc33-multiline-string-fix.patch b/net-mail/qmail-autoresponder/files/qmail-autoresponder-0.96.1-gcc33-multiline-string-fix.patch
deleted file mode 100644
index 4f96e81ed6cb..000000000000
--- a/net-mail/qmail-autoresponder/files/qmail-autoresponder-0.96.1-gcc33-multiline-string-fix.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-diff -ur qmail-autoresponder-0.96.1/main.c qmail-autoresponder-0.96.1-gentoo/main.c
---- qmail-autoresponder-0.96.1/main.c 2003-10-02 17:56:40.000000000 +1200
-+++ qmail-autoresponder-0.96.1-gentoo/main.c 2003-10-02 17:58:48.000000000 +1200
-@@ -244,18 +244,18 @@
- }
-
- static const char* usage_str =
--"usage: %s [-cqDNT] [-n NUM] [-s STR] [-t TIME] %s
-- -c Copy message into response
-- -n NUM Set the maximum number of replies (defaults to 1)
-- -s STR Add the subject to the autoresponse, prefixed by STR
-- -t TIME Set the time interval, in seconds (defaults to 1 hour)
-- -q Don't show error messages
-- -D Don't remove old response records
-- -N Don't send, just send autoresponse to standard output
-- If more than NUM messages are received from the same sender
-- within TIME seconds of each other, no response is sent.
-- This program must be run by qmail.
--%s";
-+"usage: %s [-cqDNT] [-n NUM] [-s STR] [-t TIME] %s\n"
-+" -c Copy message into response\n"
-+" -n NUM Set the maximum number of replies (defaults to 1)\n"
-+" -s STR Add the subject to the autoresponse, prefixed by STR\n"
-+" -t TIME Set the time interval, in seconds (defaults to 1 hour)\n"
-+" -q Don't show error messages\n"
-+" -D Don't remove old response records\n"
-+" -N Don't send, just send autoresponse to standard output\n"
-+" If more than NUM messages are received from the same sender\n"
-+" within TIME seconds of each other, no response is sent.\n"
-+" This program must be run by qmail.\n"
-+"%s";
-
- void usage(const char* msg)
- {
-