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/example/OpenSLX/OSPlugin/example.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os-plugins/plugins/example') diff --git a/os-plugins/plugins/example/OpenSLX/OSPlugin/example.pm b/os-plugins/plugins/example/OpenSLX/OSPlugin/example.pm index 6228ed5d..79f0ba48 100644 --- a/os-plugins/plugins/example/OpenSLX/OSPlugin/example.pm +++ b/os-plugins/plugins/example/OpenSLX/OSPlugin/example.pm @@ -61,7 +61,7 @@ sub getAttrInfo # attribute 'active' is mandatory for all plugins 'example::active' => { applies_to_systems => 1, - applies_to_clients => 0, + applies_to_clients => 1, description => unshiftHereDoc(<<' End-of-Here'), should the 'example'-plugin be executed during boot? End-of-Here @@ -73,7 +73,7 @@ sub getAttrInfo # plugin specific attributes start here ... 'example::preferred_side' => { applies_to_systems => 1, - applies_to_clients => 0, + applies_to_clients => 1, description => unshiftHereDoc(<<' End-of-Here'), determines to which side you have to tilt your head in order to read the smiley -- cgit v1.2.3-55-g7522