#! /bin/ksh

#
# Copyright (c) 2000 by Sun Microsystems, Inc.
#

#
# @(#)dsmrmauto 1.6 01/02/26 SMI
#

#
# Wrapper for dsmrmauto.sh
#

#
# Invocation:	dsmrmauto [-i <interval>]
#

. /etc/opt/SUNWbdm/dsm.cf;		# source this file to get port number

_path=`echo "$0" | sed 's/dsmrmauto$//'`;

sleep 2;
exec ${_path}dsmmutex -p ${PORT} dsmrmauto.sh "$@";
