From owner-freebsd-questions@FreeBSD.ORG Fri Jan 28 22:57:56 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BD9016A4CE for ; Fri, 28 Jan 2005 22:57:56 +0000 (GMT) Received: from smtp.thilelli.net (smtp.thilelli.net [213.41.129.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id B17F943D55 for ; Fri, 28 Jan 2005 22:57:55 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 7725873066 for ; Fri, 28 Jan 2005 23:57:50 +0100 (CET) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 56736-02-2 for ; Fri, 28 Jan 2005 23:57:46 +0100 (CET) Received: from webmail.thilelli.net (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 6B7CD7305D for ; Fri, 28 Jan 2005 23:57:46 +0100 (CET) Received: from 192.168.1.18 (SquirrelMail authenticated user jgabel); by webmail.thilelli.net with HTTP; Fri, 28 Jan 2005 23:57:46 +0100 (CET) Message-ID: <58047.192.168.1.18.1106953066.squirrel@192.168.1.18> In-Reply-To: <200501282232.35750.ian@codepad.net> References: <200501282232.35750.ian@codepad.net> Date: Fri, 28 Jan 2005 23:57:46 +0100 (CET) From: "Julien Gabel" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at thilelli.net Subject: Re: custom periodic scripts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jpeg@thilelli.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2005 22:57:56 -0000 > How would I go about adding scripts to periodic? I particular I have a > couple of scripts to fetch virus definitions and scan my system. > I gathered the is a 'proper' way to do it by using /usr/local/etc/periodic > but not how to do it. Just put an executable script on a tree similar to /etc/periodic, i.e. : /usr/local/etc/periodic/daily/100.chk-virus -- -jpeg.