#!/bin/sh

if [ -f /etc/rc.d/init.d/sd ] ; then
 /etc/rc.d/init.d/sd stop
fi
echo done
