Diff for /loncom/build/Attic/CHECKRPMS.default between versions 1.12 and 1.13

version 1.12, 2002/12/11 18:28:30 version 1.13, 2002/12/18 14:37:45
Line 196  SERVERLOOP: foreach my $serverpath (@ser Line 196  SERVERLOOP: foreach my $serverpath (@ser
     $FTPSERVER_noauth=~s/^.*?\@//;      $FTPSERVER_noauth=~s/^.*?\@//;
     print($out      print($out
   "Trying $FTPSERVER_noauth...\n"); # Notify of attempts with ip name.    "Trying $FTPSERVER_noauth...\n"); # Notify of attempts with ip name.
     `ping -c 1 $FTPSERVER_noauth 2>/dev/null`; # Ping ftp server (you there?).      `ping -c 1 -w 10 $FTPSERVER_noauth 2>/dev/null`;#Ping ftp server (u there?)
     if ($?==0) # If the ftp server can be pinged.      if ($?==0) # If the ftp server can be pinged.
       {        {
  print($out "$FTPSERVER found...\n"); # Tell user ftp server is found.   print($out "$FTPSERVER found...\n"); # Tell user ftp server is found.

Removed from v.1.12  
changed lines
  Added in v.1.13


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