/[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 173 by dpavlin, Thu Aug 6 22:29:58 2009 UTC revision 179 by dpavlin, Sun Aug 9 16:37:46 2009 UTC
# Line 302  sub start { Line 302  sub start {
302          start_stop 'dhcpd';          start_stop 'dhcpd';
303          start_stop 'tftpd';          start_stop 'tftpd';
304          start_stop 'dnsd';          start_stop 'dnsd';
305          start_stop 'kvm';          start_stop 'kvm' unless $ENV{DEV}; # skip kvm statup when running on real device
306    
307          while (1) {          while (1) {
308                  my $client = $server->accept() || next; # ALARM trickle us                  my $client = $server->accept() || next; # ALARM trickle us

Legend:
Removed from v.173  
changed lines
  Added in v.179

  ViewVC Help
Powered by ViewVC 1.1.26