From owner-freebsd-questions@FreeBSD.ORG Fri Jun 8 07:07:23 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 0AFD916A468 for ; Fri, 8 Jun 2007 07:07:23 +0000 (UTC) (envelope-from jonathan@hst.org.za) Received: from sirian.hst.org.za (sirian.hst.org.za [209.203.2.130]) by mx1.freebsd.org (Postfix) with ESMTP id 2133313C457 for ; Fri, 8 Jun 2007 07:07:21 +0000 (UTC) (envelope-from jonathan@hst.org.za) Received: from localhost (localhost.hst.org.za [127.0.0.1]) by sirian.hst.org.za (Postfix) with ESMTP id 3209331D87D; Fri, 8 Jun 2007 09:07:20 +0200 (SAST) Received: from sirian.hst.org.za ([127.0.0.1]) by localhost (sirian.hst.org.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 61749-10; Fri, 8 Jun 2007 09:07:19 +0200 (SAST) Received: from sysadmin.hst.org.za (sysadmin.int.dbn.hst.org.za [10.1.1.20]) by sirian.hst.org.za (Postfix) with ESMTP id 7D2FB31D87C; Fri, 8 Jun 2007 09:07:19 +0200 (SAST) From: Jonathan McKeown Organization: Health Systems Trust To: freebsd-questions@freebsd.org, ceo@l-i-e.com Date: Fri, 8 Jun 2007 09:10:56 +0200 User-Agent: KMail/1.7.2 References: <34845.216.230.84.67.1181240774.squirrel@www.l-i-e.com> In-Reply-To: <34845.216.230.84.67.1181240774.squirrel@www.l-i-e.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706080910.57326.jonathan@hst.org.za> X-Virus-Scanned: by amavisd-new at hst.org.za Cc: Subject: Re: /var/preserve 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: Fri, 08 Jun 2007 07:07:23 -0000 On Thursday 07 June 2007 20:26, Richard Lynch wrote: > Or some way to get periodic to only tell me stuff I *need* to know, > instead of telling me every time it cleans the damn toilet. Have you looked at the manpage for periodic.conf(5)? As an example, daily_show_success="NO" daily_show_info="NO" in /etc/periodic.conf will cut the daily messages down to only what periodic(8) thinks you *have* to know - likewise for weekly and monthly. Jonathan