From owner-freebsd-current@FreeBSD.ORG Fri Nov 8 03:39:54 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 29A3D665 for ; Fri, 8 Nov 2013 03:39:54 +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 F300A2724 for ; Fri, 8 Nov 2013 03:39:53 +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 rA83dlhm074412 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 7 Nov 2013 19:39:50 -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: <527BCA55.2000207@allanjude.com> Date: Thu, 7 Nov 2013 19:39:47 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: 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> To: Allan Jude 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 03:39:54 -0000 On Nov 7, 2013, at 9:13, Allan Jude wrote: > Right. The best way to handle this is likely to have the ports install > the example cron to ${PREFIX}/share/portname/ or wherever else they > normally put examples, with instructions in the pkg-message on how to > enable the cron. The same way that ports that add something to apache > don't install to the apache etc/apache22/Includes/ directory, but > instead tell you to add the lines to a file there. It=92s probably better to have the port=92s rc.d script verify the = crontab is in place, and install it if it=92s not.=