diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /mail/qscan/files/patch-src__qscan.h | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes:
svn path=/head/; revision=363362
Diffstat (limited to 'mail/qscan/files/patch-src__qscan.h')
-rw-r--r-- | mail/qscan/files/patch-src__qscan.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/qscan/files/patch-src__qscan.h b/mail/qscan/files/patch-src__qscan.h new file mode 100644 index 000000000000..e2ff1b78cb83 --- /dev/null +++ b/mail/qscan/files/patch-src__qscan.h @@ -0,0 +1,13 @@ +--- src/qscan.h.orig Thu Apr 8 14:31:31 2004 ++++ src/qscan.h Thu Apr 8 14:32:18 2004 +@@ -178,8 +178,8 @@ + #define QSCAN_TIMEOUT 3000 + #define RIPMIME_DESTDIR_BASE "/var/qmail/qscan" + #define RIPMIME_ARGS "-i", "-", "-d" +-#define SWEEP_ARGS "-all", "-rec", "-ss", "-zip", "-arj", "-rar", "-cab", "-tnef" +-#define SWEEP_VIRUS_PREFIX ">>> " ++#define SWEEP_ARGS "--disable-summary", "--stdout" ++#define SWEEP_VIRUS_PREFIX " FOUND" + #define SWEEP_TIMEOUT 250 + #define SWEEP_NICE 15 + #define MSG_BUFSIZE 8192 |