Changeset 373 for applications/shepherd
- Timestamp:
- 12/18/06 14:47:23 (6 years ago)
- Files:
-
- 1 modified
-
applications/shepherd (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
applications/shepherd
r369 r373 2 2 3 3 my $progname = 'shepherd'; 4 my $version = '0.4.1 8';4 my $version = '0.4.19'; 5 5 6 6 # tv_grab_au … … 304 304 $action = 'IGNORING'; 305 305 } 306 } 307 elsif ($components->{$proggy}->{disabled} and $components->{$proggy}->{disabled} == 1) 308 { 309 $action = 'DISABLED BY USER'; 306 310 } 307 311
