=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/lib/OpenBSDTorrents.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- openbsd/OpenBSDTorrents/lib/OpenBSDTorrents.pm 2005/03/22 23:44:43 1.2 +++ openbsd/OpenBSDTorrents/lib/OpenBSDTorrents.pm 2005/03/23 01:32:30 1.3 @@ -1,5 +1,5 @@ package OpenBSDTorrents; -#$Id: OpenBSDTorrents.pm,v 1.2 2005/03/22 23:44:43 andrew Exp $ +#$Id: OpenBSDTorrents.pm,v 1.3 2005/03/23 01:32:30 andrew Exp $ use 5.008005; use strict; use warnings; @@ -19,10 +19,10 @@ &Get_Files_and_Dirs ); -our $BaseDir = '/home/ftp/pub'; -our $TorrentDir = '/home/andrew/torrents'; -our $BaseName = 'OpenBSD'; -our $Tracker = 'http://OpenBSD.somedomain.net/announce.php'; +our $BaseDir = '/home/ftp/pub'; +our $TorrentDir = '/home/andrew/torrents'; +our $BaseName = 'OpenBSD'; +our $Tracker = 'http://OpenBSD.somedomain.net/announce.php'; # These are regexes that tell what files to skip; our $SkipDirs = qr/\/patches$/;