From owner-freebsd-questions Sat Jun 23 11:56: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-27-141-144.mmcable.com [24.27.141.144]) by hub.freebsd.org (Postfix) with SMTP id ED72837B405 for ; Sat, 23 Jun 2001 11:56:01 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 57192 invoked by uid 100); 23 Jun 2001 18:56:01 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15156.58945.391896.383168@guru.mired.org> Date: Sat, 23 Jun 2001 13:56:01 -0500 To: tyler spivey Cc: questions@freebsd.org Subject: Re: cron In-Reply-To: <76651574@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tyler spivey 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. 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