From owner-freebsd-questions@FreeBSD.ORG Wed Jun 13 22:01:10 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08ECC16A41F for ; Wed, 13 Jun 2007 22:01:10 +0000 (UTC) (envelope-from kelvin@zednaught.net) Received: from exedra.zednaught.net (cpc2-cbly3-0-0-cust101.glfd.cable.ntl.com [86.13.152.102]) by mx1.freebsd.org (Postfix) with ESMTP id C590413C43E for ; Wed, 13 Jun 2007 22:01:09 +0000 (UTC) (envelope-from kelvin@zednaught.net) Received: by delphi.zednaught.net (Postfix, from userid 2000) id 53372B863; Wed, 13 Jun 2007 22:28:24 +0100 (BST) Date: Wed, 13 Jun 2007 22:28:24 +0100 From: Kelvin Woods To: Richard Lynch Message-ID: <20070613212824.GA1221@zednaught.net> References: <34588.216.230.84.67.1181749866.squirrel@www.l-i-e.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <34588.216.230.84.67.1181749866.squirrel@www.l-i-e.com> User-Agent: Mutt/1.4.2.2i Cc: FreeBSD Subject: Re: periodic.conf quieter 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: Wed, 13 Jun 2007 22:01:10 -0000 On Wed, Jun 13, 2007 at 10:51:06AM -0500, Richard Lynch wrote: > Thanks to the fine folks here, I've gotten periodic.conf to only > output messages I need to know, *except* for this one: > > Security check: > (output mailed separately) > > I've looked through /et/defaults/periodic.conf, Google a fair amount, > and am still coming up empty with a setting to suppress that one... > > I'm probably just being stupid (again) but what am I missing? > > -- > Some people have a "gift" link here. > Know what I want? > I want you to buy a CD from some indie artist. > http://cdbaby.com/browse/from/lynch > Yeah, I get a buck. So? > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" You could always re-direct the output to a file... daily_status_security_output="/var/log/security.log" -- Kelvin