From owner-freebsd-rc@FreeBSD.ORG Thu Sep 6 22:07:06 2012 Return-Path: Delivered-To: rc@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id 7A5E0106566C for ; Thu, 6 Sep 2012 22:07:06 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from [127.0.0.1] (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id C98CB15FDB4; Thu, 6 Sep 2012 22:06:28 +0000 (UTC) Message-ID: <50491E64.8020808@FreeBSD.org> Date: Thu, 06 Sep 2012 15:06:28 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: David Wolfskill References: <20120906170101.GV1486@albert.catwhisker.org> In-Reply-To: <20120906170101.GV1486@albert.catwhisker.org> X-Enigmail-Version: 1.4.3 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: rc@freebsd.org Subject: Re: rc.d/cron appears to ignore rcvar "cron_program" -- intentional? X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 22:07:06 -0000 David, You haven't defined an actual problem yet. :) Did you try setting cron_program in /etc/rc.conf and it didn't work? /etc/rc.subr should handle this for you. If it doesn't we need to look at it again. Doug