#!/bin/sh

echo Removing sunremon crontab entry.
crontab -r sunremon

echo "Halting Monitor"
/etc/init.d/remon_monitor stop

echo prebackout: Done.
