Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jun 2001 13:56:01 -0500
From:      Mike Meyer <mwm@mired.org>
To:        tyler spivey <tspivey8@home.com>
Cc:        questions@freebsd.org
Subject:   Re: cron
Message-ID:  <15156.58945.391896.383168@guru.mired.org>
In-Reply-To: <76651574@toto.iv>

next in thread | previous in thread | raw e-mail | index | archive | help
tyler spivey <tspivey8@home.com> types:
> how do i get a list of cron jobs to disable the dayly security check? i want to run everything myself, or do other arrangements.
> how do i see what cron jobs are in root's crontab/send
> send

Bill already told you where to look for root's cron information.  He
also hinted that the periodic system is important. To be explicit, the
daily security check is run by the periodic system, which is started
from /etc/crontab. The best way to disable the daily security check is
to set
daily_status_security_enable="NO"

in /etc/periodic.conf. That way your changes and upgrades won't
conflict with each other.

	<mike
--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15156.58945.391896.383168>