summaryrefslogtreecommitdiffstats
path: root/cobbler/cobbler.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-12-22 11:52:07 -0500
committerJim Meyering <jim@meyering.net>2006-12-22 11:52:07 -0500
commit190687f2166d00692ac7a4abbefe4e26db7b0ffc (patch)
treec4415214114c1b3ed1535467a791e8d4e662bd5a /cobbler/cobbler.py
parent18419e5b95887b0ea139653cdd983580cabf52ba (diff)
downloadthird_party-cobbler-190687f2166d00692ac7a4abbefe4e26db7b0ffc.tar.gz
third_party-cobbler-190687f2166d00692ac7a4abbefe4e26db7b0ffc.tar.xz
third_party-cobbler-190687f2166d00692ac7a4abbefe4e26db7b0ffc.zip
Enable locking feature.
Diffstat (limited to 'cobbler/cobbler.py')
-rwxr-xr-xcobbler/cobbler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/cobbler.py b/cobbler/cobbler.py
index c53a7fb..1197bb4 100755
--- a/cobbler/cobbler.py
+++ b/cobbler/cobbler.py
@@ -22,7 +22,7 @@ import os.path
import cobbler_msg
import cexceptions
-LOCKING_ENABLED = False
+LOCKING_ENABLED = True
LOCKFILE="/var/lib/cobbler/lock"
class BootCLI: