Subversion Repositories camp_sysinfo_client_3

Rev

Rev 76 | Rev 112 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 76 Rev 85
Line 292... Line 292...
292
            print "Could not find " . $$transports[$key]{'sendScript'} . ", trying next transport\n";
292
            print "Could not find " . $$transports[$key]{'sendScript'} . ", trying next transport\n";
293
         } # if..else
293
         } # if..else
294
      } # if
294
      } # if
295
   } # foreach
295
   } # foreach
296
   # if we made it here, we have not sent the report, so just return it to the user
296
   # if we made it here, we have not sent the report, so just return it to the user
-
 
297
   # if called from a cron job, it will (hopefully) be sent to root
297
   #print $message;
298
   print $message;
298
   return 1;
299
   return 1;
299
}
300
}
300
 
301
 
301
#######################################################
302
#######################################################
302
#
303
#