Changeset 633

Show
Ignore:
Timestamp:
04/09/07 15:12:41 (6 years ago)
Author:
max
Message:

Maybe fix "Caught a die..." messages from SIGALRM

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • applications/shepherd

    r629 r633  
    22 
    33my $progname = 'shepherd'; 
    4 my $version = '0.4.86'; 
     4my $version = '0.4.87'; 
    55 
    66# tv_grab_au 
     
    11551155        local $SIG{ALRM}; 
    11561156        if ($timeout > 0) { 
    1157             $SIG{ALRM} = sub { die "alarm\n" }; 
     1157            $SIG{ALRM} = sub { die "alarm\n"; }; 
    11581158            alarm $timeout; # set alarm 
    11591159        } 
  • status

    r632 r633  
    1 application     shepherd            0.4.86 
     1application     shepherd            0.4.87 
    22grabber         yahoo7widget        1.82 
    33grabber         rex                 3.4.9