From owner-freebsd-questions@FreeBSD.ORG Thu Feb 9 13:18:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4698F16A420 for ; Thu, 9 Feb 2006 13:18:41 +0000 (GMT) (envelope-from wisco.disco@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC62C43D48 for ; Thu, 9 Feb 2006 13:18:40 +0000 (GMT) (envelope-from wisco.disco@gmail.com) Received: by wproxy.gmail.com with SMTP id i22so95262wra for ; Thu, 09 Feb 2006 05:18:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Y+fT/B3pKs1PE6vNyL6Dz8slOmfkNeVpXKLhKFqpNiC697CvI9bzpzi+YTNkfK9/MIMs8Tx9YRSY/L68SVbkmiYFE0jhozVIhLIJQIx1JqkRwfaBpXKd5ohdAjA5AEnfyMf8DezxkAtWrCv+CN6T1R3QNXowM0DRP+TAj4yLmao= Received: by 10.64.232.20 with SMTP id e20mr38528qbh; Thu, 09 Feb 2006 05:18:39 -0800 (PST) Received: by 10.65.242.6 with HTTP; Thu, 9 Feb 2006 05:18:39 -0800 (PST) Message-ID: Date: Thu, 9 Feb 2006 07:18:39 -0600 From: Doug Poland To: Iantcho Vassilev , freebsd-questions@freebsd.org In-Reply-To: <18e02bd30602090028y10c0ae8eyd186ee790062c93a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <18e02bd30602090028y10c0ae8eyd186ee790062c93a@mail.gmail.com> Cc: Subject: Re: Replacing cron with mcron X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: doug@polands.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2006 13:18:41 -0000 On 2/9/06, Iantcho Vassilev wrote: > Has anyone tried this? > I even think of proposing this to the base system - cron is such an old > idea.. > But old ideas are not necessarily bad ideas... I've implemented mcron on two hosts that needed to have custom cron jobs replicated. I didn't need any of the power of mcron, just didn't want to mess around with moving cron's files back and forth. I personally like mcron where it is, as a port. If I need basic scheduling, the base system's cron is fine. If i need something more powerful, I research it, install and configure it. -- Regards, Doug