#!/bin/sh
#
# Copyright (c) 1995-2002 Silicon Graphics, Inc.  All Rights Reserved.
#
# Unlock the PMNS for concurrent transactional updates
#
# $Revision: 1.8 $
#

. /etc/pcp.env

lock=${1-$PCP_VAR_DIR/pmns/root}.lock

#DEBUG# echo "pmnsunlock: `date; ls -li $lock`"

rm -f $lock

exit 0
