	        if [ ! -f /etc/opt/SUNWcgha/not_configured ]
	        then
	                # Monitored start/stop script available ?
	                ba=`basename $f`
	                di=`dirname $f`
	                hafile=`/bin/echo $ba | /usr/bin/sed "s/^./HA.S/"`
	                hafile=${di}"/"${hafile}
	                if [ -s ${hafile} ]
	                then
	                        # use monitored version
	                        f=${hafile}
	                 fi
	        fi
