diff options
Diffstat (limited to 'mail/mailscanner/files/patch-lib:clamav-wrapper')
-rw-r--r-- | mail/mailscanner/files/patch-lib:clamav-wrapper | 35 |
1 files changed, 31 insertions, 4 deletions
diff --git a/mail/mailscanner/files/patch-lib:clamav-wrapper b/mail/mailscanner/files/patch-lib:clamav-wrapper index 697bbfe416da..453ddd25ca47 100644 --- a/mail/mailscanner/files/patch-lib:clamav-wrapper +++ b/mail/mailscanner/files/patch-lib:clamav-wrapper @@ -1,7 +1,5 @@ -$FreeBSD: /tmp/pcvs/ports/mail/mailscanner/files/Attic/patch-lib:clamav-wrapper,v 1.4 2004-08-08 17:16:18 sem Exp $ - ---- ../MailScanner-4.27.5.orig/lib/clamav-wrapper Thu Feb 26 15:25:51 2004 -+++ lib/clamav-wrapper Thu Feb 26 15:26:23 2004 +--- ../MailScanner-install-4.42.9.orig/lib/clamav-wrapper Wed Jun 1 11:24:25 2005 ++++ lib/clamav-wrapper Wed Jun 1 11:31:57 2005 @@ -51,6 +51,9 @@ # You may want to check this script for bash-isms @@ -12,3 +10,32 @@ $FreeBSD: /tmp/pcvs/ports/mail/mailscanner/files/Attic/patch-lib:clamav-wrapper, TempDir="/tmp/clamav.$$" ClamUser="clamav" ClamGroup="clamav" +@@ -98,23 +101,23 @@ + # LESS COMMON unpackers, which probably aren't installed by default + # (hence disabled) + # Uncomment ONE of the following lines if you have unrar installed +-#ExtraScanOptions="$ExtraScanOptions --unrar" ++ExtraScanOptions="$ExtraScanOptions --unrar" + #ExtraScanOptions="$ExtraScanOptions --unrar=/path/to/unrar" + + # Uncomment ONE of the following lines if you have unarj installed +-#ExtraScanOptions="$ExtraScanOptions --unarj" ++ExtraScanOptions="$ExtraScanOptions --unarj" + #ExtraScanOptions="$ExtraScanOptions --unarj=/path/to/unarj" + + # Uncomment ONE of the following lines if you have unace installed +-#ExtraScanOptions="$ExtraScanOptions --unace" ++ExtraScanOptions="$ExtraScanOptions --unace" + #ExtraScanOptions="$ExtraScanOptions --unace=/path/to/unace" + + # Uncomment ONE of the following lines if you have lha installed +-#ExtraScanOptions="$ExtraScanOptions --lha" ++ExtraScanOptions="$ExtraScanOptions --lha" + #ExtraScanOptions="$ExtraScanOptions --lha=/path/to/lha" + + # Uncomment ONE of the following lines if you have zoo installed +-#ExtraScanOptions="$ExtraScanOptions --zoo" ++ExtraScanOptions="$ExtraScanOptions --zoo" + #ExtraScanOptions="$ExtraScanOptions --zoo=/path/to/unzoo" + + # Uncomment next line if you need to disable Clam's DoS protection |