=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/lib/OpenBSDTorrents.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- openbsd/OpenBSDTorrents/lib/OpenBSDTorrents.pm 2005/03/25 03:11:38 1.5 +++ openbsd/OpenBSDTorrents/lib/OpenBSDTorrents.pm 2005/03/28 22:59:42 1.6 @@ -1,5 +1,5 @@ package OpenBSDTorrents; -#$Id: OpenBSDTorrents.pm,v 1.5 2005/03/25 03:11:38 andrew Exp $ +#$Id: OpenBSDTorrents.pm,v 1.6 2005/03/28 22:59:42 andrew Exp $ use 5.008005; use strict; use warnings; @@ -22,8 +22,8 @@ ); our $BaseDir = '/home/ftp/pub'; -our $HomeDir = '/home/andrew/OpenBSDTorrents'; -our $TorrentDir = '/home/andrew/torrents'; +our $HomeDir = '/home/OpenBSDTorrents'; +our $TorrentDir = '/home/torrentsync/torrents'; our $BaseName = 'OpenBSD'; our $Tracker = 'http://OpenBSD.somedomain.net/announce.php';