Changeset 373 for applications/shepherd

Show
Ignore:
Timestamp:
12/18/06 14:47:23 (6 years ago)
Author:
max
Message:

Don't try to upgrade manually disabled components

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/shepherd

    r369 r373  
    22 
    33my $progname = 'shepherd'; 
    4 my $version = '0.4.18'; 
     4my $version = '0.4.19'; 
    55 
    66# tv_grab_au 
     
    304304            $action = 'IGNORING'; 
    305305        } 
     306    } 
     307    elsif ($components->{$proggy}->{disabled} and $components->{$proggy}->{disabled} == 1) 
     308    { 
     309        $action = 'DISABLED BY USER'; 
    306310    } 
    307311