summaryrefslogtreecommitdiffstats
path: root/lib/OpenSLX/Basics.pm
diff options
context:
space:
mode:
authorOliver Tappe2008-09-13 00:00:46 +0200
committerOliver Tappe2008-09-13 00:00:46 +0200
commiteca5f2e81a7c859bfbd378b5f5cd7c7b5d4ba0b0 (patch)
tree555152e7baf8f0cc79dfb1f679af99737c183b5a /lib/OpenSLX/Basics.pm
parentadder version 3.71 of pxelinux-stuff (diff)
downloadcore-eca5f2e81a7c859bfbd378b5f5cd7c7b5d4ba0b0.tar.gz
core-eca5f2e81a7c859bfbd378b5f5cd7c7b5d4ba0b0.tar.xz
core-eca5f2e81a7c859bfbd378b5f5cd7c7b5d4ba0b0.zip
* implemented support for recursive file-based locks
* used improved locking mechanism to protect not only slxconfig-demuxer against being executed twice, but also to avoid two different process groups from chrooting into the same vendor-OS git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2213 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'lib/OpenSLX/Basics.pm')
-rw-r--r--lib/OpenSLX/Basics.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/OpenSLX/Basics.pm b/lib/OpenSLX/Basics.pm
index 5b43f155..581e6e49 100644
--- a/lib/OpenSLX/Basics.pm
+++ b/lib/OpenSLX/Basics.pm
@@ -842,6 +842,7 @@ sub _doThrowOrWarn
return;
}
+
=back
=cut