#!/bin/sh
# put this file in /etc/cron.daily to receive daily firewall logs
/usr/sbin/logtail /var/log/syslog /var/log/syslog.fiaif.offset | \
  /usr/sbin/fiaif-scan -n
