Index: applications/shepherd
===================================================================
--- applications/shepherd (revision 369)
+++ applications/shepherd (revision 373)
@@ -2,5 +2,5 @@
 
 my $progname = 'shepherd';
-my $version = '0.4.18';
+my $version = '0.4.19';
 
 # tv_grab_au
@@ -304,4 +304,8 @@
 	    $action = 'IGNORING';
 	}
+    }
+    elsif ($components->{$proggy}->{disabled} and $components->{$proggy}->{disabled} == 1)
+    {
+	$action = 'DISABLED BY USER';
     }
 
