From owner-freebsd-current@FreeBSD.ORG Fri Nov 8 04:48:41 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A54B525C for ; Fri, 8 Nov 2013 04:48:41 +0000 (UTC) (envelope-from lyndon@orthanc.ca) Received: from orthanc.ca (orthanc.ca [IPv6:2607:fc50:1000:8200::42]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 762412BD3 for ; Fri, 8 Nov 2013 04:48:41 +0000 (UTC) Received: from [192.168.42.139] (d66-183-220-167.bchsia.telus.net [66.183.220.167] (may be forged)) (authenticated bits=0) by orthanc.ca (8.14.7/8.14.7) with ESMTP id rA84maEo075195 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 7 Nov 2013 20:48:39 -0800 (PST) (envelope-from lyndon@orthanc.ca) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1816\)) Subject: Re: cron(8) improvement From: Lyndon Nerenberg In-Reply-To: Date: Thu, 7 Nov 2013 20:48:36 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <3E6377FF-69FE-48E4-BFB1-E5095A7FA1BB@orthanc.ca> References: <52792B60.1030309@allanjude.com> <488180AE-5C23-402A-BAA4-E3263D8C52BF@kientzle.com> <1383788977.14448.44112617.6F0D61A0@webmail.messagingengine.com> <527AFAA1.1040001@allanjude.com> <527BCA55.2000207@allanjude.com> <527C5D52.7030508@allanjude.com> <047405A8-B6EB-427B-A2E4-6254DD1A077B@orthanc.ca> To: Kimmo Paasiala X-Mailer: Apple Mail (2.1816) Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Nov 2013 04:48:41 -0000 On Nov 7, 2013, at 19:46, Kimmo Paasiala wrote: > I don't like the idea of having untracked files installed by the rc(8) > script. Why not install the cron.d snippet by default but leave > everything in it commented out with instructions at the beginning to > uncomment the contents to enable it? It=92s un-necessarily complicated. The package manifest can specify = both locations for the crontab file. If the copy isn=92t made, at = package removal the worst that will happen is a warning diagnostic will = be printed about the missing file. =97lyndon