/[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 128 by dpavlin, Mon Aug 3 19:59:08 2009 UTC revision 136 by dpavlin, Tue Aug 4 13:30:47 2009 UTC
# Line 98  $SIG{CHLD} = 'IGNORE'; Line 98  $SIG{CHLD} = 'IGNORE';
98    
99  sub start_stop {  sub start_stop {
100          my $daemon = shift;          my $daemon = shift;
101          my $pid = $pids->{$daemon};          my $pid = $pids->{$daemon} || 'not started';
102    
103          warn "start_stop $daemon $pid\n";          warn "start_stop $daemon $pid\n";
104    

Legend:
Removed from v.128  
changed lines
  Added in v.136

  ViewVC Help
Powered by ViewVC 1.1.26