#!/bin/bash

#
# (c) Copyright 2002 Hewlett-Packard Development Company, L.P.
#
# init file for Event Agent 
#
# processname: cmaeventd

NAME="Storage Event Logger"
PNAME="cmaeventd"
PFLAGS="-p 15"
LD_LIBRARY_PATH="/opt/compaq/storage/bin"
export LD_LIBRARY_PATH


if [ "x$CMAINCLUDE" = "x" ]; then
	CMAINCLUDE=/opt/compaq/foundation/etc/cmad
fi

. $CMAINCLUDE

