jail's periodic stuff
Brian Candler
B.Candler at pobox.com
Fri Sep 23 03:46:14 PDT 2005
On Fri, Sep 23, 2005 at 11:03:37AM +0100, Nuno Antunes wrote:
> Probably the line
> 1,31 0-5 * * * root adjkerntz -a
> should be removed from a jail's /etc/crontab also.
The absence of /etc/wall_cmos_clock should prevent it from attempting to do
anything.
In /usr/src/sbin/adjkerntz/adjkerntz.c, almost the first thing it does is
if (access(_PATH_CLOCK, F_OK) != 0)
return 0;
Regards,
Brian.
More information about the freebsd-current
mailing list