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/xserver/OpenSLX/OSPlugin/xserver.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os-plugins/plugins/xserver') diff --git a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm index 4940cf31..d8bef737 100644 --- a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm +++ b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm @@ -66,7 +66,7 @@ sub getAttrInfo # attribute 'active' is mandatory for all plugins 'xserver::active' => { applies_to_systems => 1, - applies_to_clients => 0, + applies_to_clients => 1, description => unshiftHereDoc(<<' End-of-Here'), should the 'xserver'-plugin be executed during boot? End-of-Here -- cgit v1.2.3-55-g7522