summaryrefslogtreecommitdiffstats
path: root/base/server/scripts/operations
diff options
context:
space:
mode:
Diffstat (limited to 'base/server/scripts/operations')
-rw-r--r--base/server/scripts/operations8
1 files changed, 0 insertions, 8 deletions
diff --git a/base/server/scripts/operations b/base/server/scripts/operations
index d2b666a5a..7d026fe31 100644
--- a/base/server/scripts/operations
+++ b/base/server/scripts/operations
@@ -34,9 +34,6 @@ if [ -f /etc/pki/pki.conf ] ; then
. /etc/pki/pki.conf
fi
-# PKI subsystem-level directory and file values for locks
-lockfile="/var/lock/subsys/${SERVICE_NAME}"
-
default_error=0
case $command in
@@ -1421,11 +1418,6 @@ start()
fi
done
- if [ ${TOTAL_PKI_REGISTRY_ENTRIES} -gt ${errors} ] ; then
- touch ${lockfile}
- chmod 00600 ${lockfile}
- fi
-
# ONLY print a "WARNING" message if multiple
# instances are being examined
if [ ${TOTAL_PKI_REGISTRY_ENTRIES} -gt 1 ] ; then