Changeset 986

Show
Ignore:
Timestamp:
12/18/07 04:10:00 (5 years ago)
Author:
max
Message:

shepherd: cosmetic bugfix, suppress warnings in --status output when there are components pending install

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/applications/shepherd

    r984 r986  
    22 
    33my $progname = 'shepherd'; 
    4 my $version = '1.2.31'; 
     4my $version = '1.2.32'; 
    55 
    66# tv_grab_au 
     
    12401240    foreach (keys %$components) 
    12411241    { 
    1242         if ($components->{$_}->{type} eq $progtype) { 
     1242        if ($components->{$_}->{type} and $components->{$_}->{type} eq $progtype) { 
    12431243            if (defined $conf) { 
    12441244                push (@ret, $_) if (query_config($_,$conf) eq $val); 
  • trunk/status

    r985 r986  
    1 application     shepherd            1.2.31 
     1application     shepherd            1.2.32 
    22reference       channel_list        10 
    33reference       Shepherd/Common.pm  0.29