33 lines
1.5 KiB
Plaintext
33 lines
1.5 KiB
Plaintext
$OpenBSD: patch-lib_clamav-wrapper,v 1.3 2011/08/21 11:03:26 sthen Exp $
|
|
--- lib/clamav-wrapper.orig Sat Aug 20 08:32:02 2011
|
|
+++ lib/clamav-wrapper Sat Aug 20 21:38:21 2011
|
|
@@ -99,23 +99,23 @@ ExtraScanOptions=""
|
|
# 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"
|
|
|
|
# Now increase the allowed expansion size of zip files
|