[BACK]Return to MakeTorrents.pl CVS log [TXT][DIR] Up to [local] / openbsd / OpenBSDTorrents

Diff for /openbsd/OpenBSDTorrents/MakeTorrents.pl between version 1.22 and 1.23

version 1.22, 2007/11/02 03:36:01 version 1.23, 2010/02/25 17:54:13
Line 1 
Line 1 
 #!/usr/bin/perl  #!/usr/bin/perl
 # -T  # -T
 #$RedRiver: MakeTorrents.pl,v 1.21 2006/11/06 23:17:59 andrew Exp $  #$RedRiver: MakeTorrents.pl,v 1.22 2007/11/02 02:36:01 andrew Exp $
 use strict;  use strict;
 use warnings;  use warnings;
 use diagnostics;  use diagnostics;
Line 92 
Line 92 
   
         print "Creating $torrent\n";          print "Creating $torrent\n";
   
         $comment .= "Created by andrew fresh (andrew\@mad-techies.org)\n" .          $comment .= "Created by andrew fresh (andrew\@afresh1.com)\n" .
                       "http://OpenBSD.somedomain.net/";                        "http://OpenBSD.somedomain.net/";
   
         eval { btmake($torrent, $comment, \@good_files); };          eval { btmake($torrent, $comment, \@good_files); };

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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