Received: by mail.netbsd.org (Postfix, from userid 0) id 5BBA563B17B; Fri, 7 May 2010 17:12:02 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 03A5E63B13B for ; Fri, 7 May 2010 17:12:00 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id DC245175DD; Fri, 7 May 2010 17:12:00 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Fri, 7 May 2010 13:12:00 -0400 From: Christos Zoulas Subject: CVS commit: src/external/bsd/cron/dist To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20100507171200.DC245175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: Christos Zoulas Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: christos Date: Fri May 7 17:12:00 UTC 2010 Modified Files: src/external/bsd/cron/dist: cron.c Log Message: remove the +1 second. Otherwise jobs that are supposed to run at 10:00:00, run at 10:00:01 which is tolerable because cron has a 1 minute granularity, but confusing. This restores the old behavior with the new timing logic. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/cron/dist/cron.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.