summaryrefslogtreecommitdiffstats
path: root/os-plugins/OpenSLX/OSPlugin
diff options
context:
space:
mode:
authorOliver Tappe2008-07-05 21:14:14 +0200
committerOliver Tappe2008-07-05 21:14:14 +0200
commit8d71eba75034ede8429de66c9dc3627d686ff996 (patch)
treeff8d96a02733e2c74a856a34a3457c358bcb4ff5 /os-plugins/OpenSLX/OSPlugin
parent* cosmetics (diff)
downloadcore-8d71eba75034ede8429de66c9dc3627d686ff996.tar.gz
core-8d71eba75034ede8429de66c9dc3627d686ff996.tar.xz
core-8d71eba75034ede8429de66c9dc3627d686ff996.zip
* cleaned up and clearified comment a little further
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1906 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/OpenSLX/OSPlugin')
-rw-r--r--os-plugins/OpenSLX/OSPlugin/Engine.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/os-plugins/OpenSLX/OSPlugin/Engine.pm b/os-plugins/OpenSLX/OSPlugin/Engine.pm
index a6d22b34..3f73a97a 100644
--- a/os-plugins/OpenSLX/OSPlugin/Engine.pm
+++ b/os-plugins/OpenSLX/OSPlugin/Engine.pm
@@ -466,7 +466,10 @@ 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.
+This method gets also invoked whenever changes by slxconfig were made (passing
+in only the stage3 attributes the user tried to change) and by the config
+demuxer (passing in all stage3 attributes for the system currently being
+demuxed).
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).