#
# Don't edit this file with crontab -u uucp -e. Instead, edit the master
# file in /etc/uucp/crontab and submit that to cron with crontab:
#
#   # cd /etc/uucp
#   # vi crontab
#   # crontab -u uucp crontab
#
# Every day just before morning generate reports.
#
6 0 * * *     /usr/lib/uucp/uudemon.day root
#
# Every hour start the uudemon.hr. To actually poll a remote system,
# enter its name in /etc/uucp/Poll. You are encouraged to change the "8".
#
8 * * * *      /usr/lib/uucp/uudemon.hr
#
# Alternative to adding a system to the (non-standard) /etc/uucp/Poll file:
# just call uucico here to poll the system directly from cron.
#
# min   hour    dom     month   dow     command
#12     *       *       *       *       /usr/sbin/uucico -r1 -x3 -f -s<system>

