From owner-freebsd-stable@FreeBSD.ORG Sun Nov 9 00:00:05 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E096B2A0 for ; Sun, 9 Nov 2014 00:00:05 +0000 (UTC) Received: from luigi.brtsvcs.net (luigi.brtsvcs.net [IPv6:2607:fc50:1000:1f00::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF48AE0D for ; Sun, 9 Nov 2014 00:00:05 +0000 (UTC) Received: from chombo.houseloki.net (unknown [IPv6:2601:7:400:e60:21c:c0ff:fe7f:96ee]) by luigi.brtsvcs.net (Postfix) with ESMTPSA id 39E592D4FBF for ; Sun, 9 Nov 2014 00:00:04 +0000 (UTC) Received: from [IPv6:2601:7:2580:674:baca:3aff:fe83:bd29] (unknown [IPv6:2601:7:2580:674:baca:3aff:fe83:bd29]) by chombo.houseloki.net (Postfix) with ESMTPSA id 983741AE for ; Sat, 8 Nov 2014 16:00:02 -0800 (PST) Message-ID: <545EAE7E.60009@bluerosetech.com> Date: Sat, 08 Nov 2014 15:59:58 -0800 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Request for r261231 backport to 10.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Nov 2014 00:00:06 -0000 10.0 i386 introduced a bug in cron that results in it running jobs at the wrong time[1]. r261231[2] MFC'd the fix to 10-stable, but after 10.0-R. 10.1 is due in a few days, but it will be at least a month before move to 10.1 because I wait a bit for problems that tend to crop up only after release. Building cron from stable/10 r261231 and copying it over /usr/sbin/cron on my 10.0 systems fixes the issue, but that's an evil hack. Can we get this backported to 10.0 as an errata fix? 1: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194236 2: https://svnweb.freebsd.org/base?view=revision&revision=261231