#!/bin/sh

# remove the Hi-Track Monitor service
# this should be a mirror of setupservice
# may need to run as root

./rundfmon stop

#  on Red Hat Linux, use
/sbin/chkconfig --del rundfmon
#  on debian / ubuntu, use 
#  update-rc.d rundfmon remove
/bin/rm -f /etc.d/rundfmon