3ab3c8579c
F-PROT Antivirus for Unix, version 6.2.3 * Fixed a problem with multiple connections in fpscand. * Startup scripts have been tuned and improved. * fpscand now overrides the loglevel when run in foreground mode, forces it to 7 (DEBUG). * scan-mail.pl had trouble with multiple instances and temporary file cleanup, this had been fixed. * The installer now has the wrapper script option for fpscan as default.
15 lines
521 B
Text
15 lines
521 B
Text
$NetBSD: patch-ab,v 1.3 2013/03/14 16:35:32 taca Exp $
|
|
|
|
use /var/tmp instead of /tmp.
|
|
|
|
--- perl/lib/Anomy/Sanitizer.pm.orig 2012-12-12 08:12:57.000000000 +0000
|
|
+++ perl/lib/Anomy/Sanitizer.pm
|
|
@@ -190,7 +190,7 @@ my $default_config =
|
|
# So if you are using random directory hashing make sure to create
|
|
# all the directories ahead of time!
|
|
#
|
|
- "file_name_tpl" => '/tmp/att-$T-$$$-$F',
|
|
+ "file_name_tpl" => '/var/tmp/att-$T-$$$-$F',
|
|
|
|
# How many rules are available?
|
|
"file_list_rules" => 15,
|