From owner-freebsd-questions@FreeBSD.ORG Sun Mar 30 22:37:59 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E5BE1065670 for ; Sun, 30 Mar 2008 22:37:59 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id 46FFA8FC28 for ; Sun, 30 Mar 2008 22:37:59 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: by duane.dbq.yournetplus.com (Postfix, from userid 1001) id 712C827E463; Sun, 30 Mar 2008 22:37:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 6354A27E42B; Sun, 30 Mar 2008 22:37:58 +0000 (UTC) Date: Sun, 30 Mar 2008 22:37:58 +0000 (UTC) From: D Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: Bruce Cran In-Reply-To: <47F00590.1060805@cran.org.uk> Message-ID: References: <47F00590.1060805@cran.org.uk> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Warner Lambert , freebsd-questions@freebsd.org Subject: Re: disable periodic scripts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2008 22:37:59 -0000 On Sun, 30 Mar 2008 at 22:26 +0100, bruce@cran.org.uk confabulated: > Warner Lambert wrote: >> Hi >> >> How can I disable those nightly/monthly/... periodic scripts? I don't need >> them, these days professional monitoring software such as nagios is used to >> monitor 200+ systems. I can't read 200 mails showing me hundreds of lines >> of output even if nothings happening. Am I just deleting all the >> /etc/periodic/* stuff or is there a switch like: >> turn_off_ancient_system_administration="YES" ? >> >> Tnx. >> > > If you really want to disable cron, put > > cron_enable="NO" > > in /etc/rc.conf Or, the OP can just comment the periodic lines within: /etc/crontab That way other cron jobs will still run.