#!/bin/bash

# Copyright 2002 Compaq Information Technologies Group, L.P.
#
# init file for IDE agent
#
# processname: cmaided

NAME="IDE agent"
PNAME="cmaided"
PFLAGS="-p 15 -s OK"

if [ "$1" = "start" ]; then
   if [ -d /var/spool/compaq/hpasm/registry/ide ]; then 
      rm -rf /var/spool/compaq/hpasm/registry/ide
   fi
fi

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

. $CMAINCLUDE

