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