Hi everyone,

I've been using a cron file (shown below) for some years and it references
the atrun command.  It appears that the atrun command no longer exists as
the man pages no longer reference it.

Is there a replacement for the atrun command or is there a means to add it
to my system?

Below is my cron job.

Thanks.

#       $OpenBSD: crontab,v 1.9 2001/09/11 19:03:55 millert Exp $
# $Id: crontab-nomail,v 1.1 2002/04/15 01:03:20 jmates Exp $
#
# JAM 2002-04-14 Disabled mailings from root.
#
# /var/cron/tabs/root - root's crontab
#
SHELL=/bin/sh
PATH=/bin:/sbin:/usr/bin:/usr/sbin
HOME=/var/log
#
#minute hour    mday    month   wday    command
#
# */10  *       *       *       *       /usr/libexec/atrun
#
# sendmail clientmqueue runner
*/30    *       *       *       *       /usr/sbin/sendmail -L sm-msp-queue
-Ac -q
#
# rotate log files every hour, if necessary
0       *       *       *       *       /usr/bin/newsyslog
# send log file notifications, if necessary
#1-59   *       *       *       *       /usr/bin/newsyslog -m
#
# do daily/weekly/monthly maintenance
30      1       *       *       *       /bin/sh /etc/daily
1>/var/log/daily.out 2>&1
30      3       *       *       6       /bin/sh /etc/weekly
1>/var/log/weekly.out 2>&1
30      5       1       *       *       /bin/sh /etc/monthly
1>/var/log/monthly.out 2>&1

Reply via email to