From aebf90c525183cf8a93d3f219aaeb26816b970bb Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 11 Feb 2009 19:15:50 +0000 Subject: * The xxx::active attribute of every plugin applies to clients, too. This could be used to test a specific plugin with one client before activating it for all others. Some plugins specify seemingly strange 'applies-to-clients'-values for their attributes, but I have not touched those, since I do not really know what they do. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2573 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/dropbear/OpenSLX/OSPlugin/dropbear.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os-plugins/plugins/dropbear/OpenSLX/OSPlugin/dropbear.pm') diff --git a/os-plugins/plugins/dropbear/OpenSLX/OSPlugin/dropbear.pm b/os-plugins/plugins/dropbear/OpenSLX/OSPlugin/dropbear.pm index a613b48e..fc1b96f8 100644 --- a/os-plugins/plugins/dropbear/OpenSLX/OSPlugin/dropbear.pm +++ b/os-plugins/plugins/dropbear/OpenSLX/OSPlugin/dropbear.pm @@ -61,7 +61,7 @@ sub getAttrInfo # attribute 'active' is mandatory for all plugins 'dropbear::active' => { applies_to_systems => 1, - applies_to_clients => 0, + applies_to_clients => 1, description => unshiftHereDoc(<<' End-of-Here'), should the 'dropbear'-plugin be executed during boot? End-of-Here -- cgit v1.2.3-55-g7522