=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/ServerTorrents.pl,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- openbsd/OpenBSDTorrents/ServerTorrents.pl 2006/05/15 19:47:04 1.21 +++ openbsd/OpenBSDTorrents/ServerTorrents.pl 2006/07/24 19:03:53 1.22 @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -#$RedRiver: ServerTorrents.pl,v 1.20 2005/06/03 01:32:40 andrew Exp $ +#$RedRiver: ServerTorrents.pl,v 1.21 2006/05/15 18:47:04 andrew Exp $ use strict; use warnings; use diagnostics; @@ -62,8 +62,8 @@ $t = BT::MetaInfo::Cached->new( $OBT->{DIR_TORRENT} . '/' . $_, { - cache_root => - $OBT->{DIR_HOME} . '/FileCache' + cache_root => '/tmp/OBTFileCache' + #$OBT->{DIR_HOME} . '/FileCache' } ); };