ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FreeBSDAdmin/HostUpdate/HostUpdate.pl
(Generate patch)

Comparing:
HostUpdate/hostupdate.pl (file contents), Revision 767 by douglas, 2006-05-12T03:51:36-07:00 vs.
FreeBSDAdmin/HostUpdate/hostupdate.pl (file contents), Revision 963 by douglas, 2007-11-28T23:43:19-08:00

# Line 21 | Line 21 | if (!($nodename =~ /\./))
21  
22   $agent->agent("Host Update/1.0 ($sysname $release $machine) ");
23  
24 < my $response = $agent->post("http://topsecret.douglasthrift.net/auth/hostupdate.cgi", [host => $nodename], Authorization => "Basic " . encode_base64("HostUpdate:frell2003"));
24 > my $response = $agent->post("http://topsecret.douglasthrift.net/auth/hostupdate.cgi", [host => $nodename], Authorization => "Basic " . encode_base64("HostUpdate:"));
25   my $content = $response->content;
26  
27   print "$content";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines