[BACK]Return to OpenBSDTorrents.pm CVS log [TXT][DIR] Up to [local] / openbsd / OpenBSDTorrents / lib

Diff for /openbsd/OpenBSDTorrents/lib/OpenBSDTorrents.pm between version 1.2 and 1.3

version 1.2, 2005/03/22 23:44:43 version 1.3, 2005/03/23 01:32:30
Line 19 
Line 19 
         &Get_Files_and_Dirs          &Get_Files_and_Dirs
 );  );
   
 our $BaseDir  = '/home/ftp/pub';  our $BaseDir    = '/home/ftp/pub';
 our $TorrentDir   = '/home/andrew/torrents';  our $TorrentDir = '/home/andrew/torrents';
 our $BaseName = 'OpenBSD';  our $BaseName   = 'OpenBSD';
 our $Tracker  = 'http://OpenBSD.somedomain.net/announce.php';  our $Tracker    = 'http://OpenBSD.somedomain.net/announce.php';
   
 # These are regexes that tell what files to skip;  # These are regexes that tell what files to skip;
 our $SkipDirs  = qr/\/patches$/;  our $SkipDirs  = qr/\/patches$/;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>