From 8d9a40f43dd11082ce626383d9e35e1033a908f7 Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Thu, 20 Mar 2008 19:09:43 +0000 Subject: changed attr applies_to_client=1 for active and theme git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1664 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm') diff --git a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm index 55e557f3..eba7cb01 100644 --- a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm +++ b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm @@ -52,7 +52,7 @@ sub getAttrInfo return { 'bootsplash::active' => { applies_to_systems => 1, - applies_to_clients => 0, + applies_to_clients => 1, description => unshiftHereDoc(<<' End-of-Here'), should the 'bootsplash'-plugin be executed during boot? End-of-Here @@ -73,7 +73,7 @@ sub getAttrInfo 'bootsplash::theme' => { applies_to_systems => 1, - applies_to_clients => 0, + applies_to_clients => 1, description => unshiftHereDoc(<<' End-of-Here'), name of the theme to apply to bootsplash (unset for no theme) End-of-Here -- cgit v1.2.3-55-g7522