summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorVolker Uhrig2008-07-05 16:51:38 +0200
committerVolker Uhrig2008-07-05 16:51:38 +0200
commit4422a0f91e52d6d0e00fb8c3a5505e7c3c8f76a0 (patch)
tree6f51cb757996e83e7ee01890da94e170f3a67669 /os-plugins
parent* hopefully the last fix (diff)
downloadcore-4422a0f91e52d6d0e00fb8c3a5505e7c3c8f76a0.tar.gz
core-4422a0f91e52d6d0e00fb8c3a5505e7c3c8f76a0.tar.xz
core-4422a0f91e52d6d0e00fb8c3a5505e7c3c8f76a0.zip
* added information to perldoc. Makes the description of
checkStage3AttrValues() failsafe. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1901 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/OpenSLX/OSPlugin/Engine.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/os-plugins/OpenSLX/OSPlugin/Engine.pm b/os-plugins/OpenSLX/OSPlugin/Engine.pm
index bde1b962..a6d22b34 100644
--- a/os-plugins/OpenSLX/OSPlugin/Engine.pm
+++ b/os-plugins/OpenSLX/OSPlugin/Engine.pm
@@ -466,6 +466,8 @@ install/remove a plugin into/from a vendor-OS:
Checks if the stage3 values given in B<$stage3Attrs> are allowed and make sense.
+This method gets also invoken whenever changes by slxconfig where made.
+
If all values are ok, this method returns 1 - if not, it extends the given
problems array-ref with the problems that were found (and returns undef).