#!/bin/sh
# Run epylog daily.
#
[ -x /usr/sbin/epylog ] || exit 0

/usr/sbin/epylog --cron
