#!/bin/bash . /etc/rc.conf . /etc/rc.d/functions stat_runit "Stopping smartd" kill -9 `pidof /usr/sbin/smartd` &>/dev/null rm_daemon smartd stat_done