/[pxelator]/lib/PXElator/daemons.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/daemons.pm

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

revision 185 by dpavlin, Sun Aug 9 21:13:36 2009 UTC revision 207 by dpavlin, Wed Aug 12 22:56:45 2009 UTC
# Line 9  use Data::Dump qw/dump/; Line 9  use Data::Dump qw/dump/;
9  use x11;  use x11;
10    
11  our $pids;  our $pids;
12  $pids = { httpd => $$ } unless defined $pids; # keep pids on refresh  $pids = { httpd => $$, kvm => 'not started' } unless defined $pids; # keep pids on refresh
13    
14  sub DESTROY {  sub DESTROY {
15          warn "pids ",dump( $pids );          warn "pids ",dump( $pids );

Legend:
Removed from v.185  
changed lines
  Added in v.207

  ViewVC Help
Powered by ViewVC 1.1.26