[BACK]Return to update_trango.pl CVS log [TXT][DIR] Up to [local] / trango / Net-Telnet-Trango / scripts

Diff for /trango/Net-Telnet-Trango/scripts/update_trango.pl between version 1.14 and 1.15

version 1.14, 2005/12/30 19:26:06 version 1.15, 2005/12/30 20:26:41
Line 1 
Line 1 
 #!/usr/bin/perl  #!/usr/bin/perl
 # $RedRiver: update_trango.pl,v 1.13 2005/12/30 01:02:41 andrew Exp $  # $RedRiver: update_trango.pl,v 1.14 2005/12/30 19:26:06 andrew Exp $
 ########################################################################  ########################################################################
 # update_trango.pl *** Updates trango foxes with a new firmware  # update_trango.pl *** Updates trango foxes with a new firmware
 #  #
Line 73 
Line 73 
   #print Dump $t->sysinfo;    #print Dump $t->sysinfo;
   #print Dump $t->last_lines;    #print Dump $t->last_lines;
   #print Dump $t->ver();    #print Dump $t->ver();
   print Dump $t->tftpd();    #print Dump $t->tftpd();
   print Dump $t->enable_tftpd();    #print Dump $t->enable_tftpd();
   #print Dump [ "Exit", $t->exit ];    #print Dump [ "Exit", $t->exit ];
   print Dump $t->tftpd();    #print Dump $t->tftpd();
   print Dump $t->disable_tftpd();    #print Dump $t->disable_tftpd();
   print Dump $t->tftpd();    #print Dump $t->tftpd();
     print Dump $t->sulog(args => 5);
   #if ( upload($t, $conf->{'file_name'}) ) {    #if ( upload($t, $conf->{'file_name'}) ) {
   #   $l->p("Rebooting");    #   $l->p("Rebooting");
   #  $t->reboot;    #  $t->reboot;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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