From owner-cvs-ports@FreeBSD.ORG Tue Feb 10 23:59:13 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92BA116A4CE; Tue, 10 Feb 2004 23:59:13 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.7.103.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B2AE43D1F; Tue, 10 Feb 2004 23:59:13 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.30; FreeBSD) id 1AqpH5-000EqK-AI; Wed, 11 Feb 2004 09:59:11 +0200 Date: Wed, 11 Feb 2004 09:59:11 +0200 From: Sheldon Hearn To: Greg Lewis Message-ID: <20040211075911.GB29980@starjuice.net> References: <200402030646.i136kLkp009910@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402030646.i136kLkp009910@repoman.freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/security/clamav Makefile pkg-plist ports/security/clamav/files clamav-freshclam.sh X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 07:59:13 -0000 On (2004/02/02 22:46), Greg Lewis wrote: > FreeBSD ports repository > > Modified files: > security/clamav Makefile pkg-plist > Added files: > security/clamav/files clamav-freshclam.sh > Log: > 1. Add a freshclam rc.d script to start freshclam so the AV database is > updated periodically. Loosely based on the script in the PR. What is the advantage of using an rc.d script over using cron? I think cron is a superior solution for freshclam; if your run freshclam from rc.d and it dies without yoru noticing, you're _screwed_. Ciao, Sheldon.