summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
diff options
context:
space:
mode:
authorMichael Janczyk2008-03-20 20:09:43 +0100
committerMichael Janczyk2008-03-20 20:09:43 +0100
commit8d9a40f43dd11082ce626383d9e35e1033a908f7 (patch)
tree6d670ae6e0509e986e0433d9a74393015113edd9 /os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
parent* improved error handling when trying to load plugin-specific distro modules ... (diff)
downloadcore-8d9a40f43dd11082ce626383d9e35e1033a908f7.tar.gz
core-8d9a40f43dd11082ce626383d9e35e1033a908f7.tar.xz
core-8d9a40f43dd11082ce626383d9e35e1033a908f7.zip
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
Diffstat (limited to 'os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm')
-rw-r--r--os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm4
1 files changed, 2 insertions, 2 deletions
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