#!/bin/sh
if ! exorcise mtest; then
  echo "Failed to kill Data Manager Deamon on `hostname`"
  exit 1
fi
