summaryrefslogtreecommitdiffstats
path: root/os-plugins/OpenSLX
diff options
context:
space:
mode:
authorOliver Tappe2008-01-09 13:23:47 +0100
committerOliver Tappe2008-01-09 13:23:47 +0100
commitfe18e621405083a4f1bbb52e86181f057f1293e3 (patch)
tree652c652a5bc10415f42559c3f7644a7e85689a65 /os-plugins/OpenSLX
parent* implemented automatic synchronization of new/changed attributes (either (diff)
downloadcore-fe18e621405083a4f1bbb52e86181f057f1293e3.tar.gz
core-fe18e621405083a4f1bbb52e86181f057f1293e3.tar.xz
core-fe18e621405083a4f1bbb52e86181f057f1293e3.zip
* several fixes related to the handling of plugin-specific attributes
by the config-demuxer git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1452 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/OpenSLX')
-rw-r--r--os-plugins/OpenSLX/OSPlugin/Base.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/OpenSLX/OSPlugin/Base.pm b/os-plugins/OpenSLX/OSPlugin/Base.pm
index 0f2123d7..34b551d9 100644
--- a/os-plugins/OpenSLX/OSPlugin/Base.pm
+++ b/os-plugins/OpenSLX/OSPlugin/Base.pm
@@ -61,8 +61,8 @@ sub getAttrInfo
my $self = shift;
# This default configuration will be added as attributes to the default
- # system, such that it can be overruled for any specific system & client
- # by means of slxconfig.
+ # system, such that it can be overruled for any specific system by means
+ # of slxconfig.
return {
# attribute 'active' is mandatory for all plugins
# attribute 'precedence' is mandatory for all plugins