#!/bin/sh

if [ -f /var/tmp/freshclam.pid ]; then
	/bin/kill -TERM `/bin/cat /var/tmp/freshclam.pid`
fi
/Library/StartupItems/FreshClamDaemon/FreshClamDaemon restart