Files
pkgsrc-ng/security/f-prot-antivirus6-ms-bin/patches/patch-ab
2013-09-26 17:14:40 +02:00

16 lines
521 B
Plaintext

$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,