/[pxelator]/lib/PXElator/httpd.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/PXElator/httpd.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 402 by dpavlin, Tue Sep 8 20:24:31 2009 UTC revision 405 by dpavlin, Tue Sep 8 21:06:40 2009 UTC
# Line 217  warn "XXX pids = ", dump( $daemons::pids Line 217  warn "XXX pids = ", dump( $daemons::pids
217                          }                          }
218                  }                  }
219    
220                    my $kvm = kvm::next_nr;
221                    $kvm = qq|<a href=/start_stop/kvm?nr=$kvm>new kvm $kvm</a>|;
222    
223                  print $client ok                  print $client ok
224                          , html::table( 2, @rows )                          , html::table( 2, @rows )
225                            , $kvm
226                          , $below_table                          , $below_table
227                          , html::tabs( log::mac_changes )                          , html::tabs( log::mac_changes )
228                          , $debug_proc                          , $debug_proc
# Line 467  sub start { Line 471  sub start {
471          print "url $url\n";          print "url $url\n";
472    
473          syslogd::install_local;          syslogd::install_local;
474            client::rebuild_mac_links;
475    
476          while (1) {          while (1) {
477                  my $client = $server->accept() || next; # ALARM trickle us                  my $client = $server->accept() || next; # ALARM trickle us

Legend:
Removed from v.402  
changed lines
  Added in v.405

  ViewVC Help
Powered by ViewVC 1.1.26