#!/bin/sh
#
# Copyright (c) 2002, PerfCap Corporation, Nashua NH
# All Rights Reserved
#
# hpux itaminm,
#---------------------------------------------------------------------
PERFCAP_LIBRARY=/opt/perfcap

if [ -f /sbin/init.d/perfcap ]
then
   sh  /sbin/init.d/perfcap start
fi

echo "----------------------------------------------------------"
echo "  eCAP Performance Montitor has been installed "
echo "    access it with $PERFCAP_LIBRARY/bin/ecap_monitor"
echo "----------------------------------------------------------"
exit 0
