#
# PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
# license terms. Copyright C 2001-2003 Sun Microsystems, Inc.
# All rights reserved.
#

if "${ROOT_INSTANCE}/status-dps" > /dev/null 2>&1 ; then
   pid=`${DPS_CAT} "${PID_FILE}"`
   ${DPS_KILL} -HUP $pid
   ${DPS_SLEEP} 2
   ${DPS_ECHO} "DPS for ${INSTANCE} has been hupped."
   exit 0
fi

${DPS_ECHO} "DPS for ${INSTANCE} is not running."

exit 1
