#!/bin/sh
# see /etc/freshclam.conf to change options
# see man freshclam for details how to run 
# freshclam daemonized.

/usr/bin/freshclam --quiet --daemon-notify=/etc/clamd.conf
rc=$?
[ $rc -gt 1 ] && exit $rc || exit 0
