From owner-cvs-all@FreeBSD.ORG Sat May 7 23:41:05 2011 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 060A71065686; Sat, 7 May 2011 23:41:05 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 74CD88FC08; Sat, 7 May 2011 23:41:04 +0000 (UTC) Received: by vxc34 with SMTP id 34so6246746vxc.13 for ; Sat, 07 May 2011 16:41:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=predatorlabs.net; s=google; h=domainkey-signature:mime-version:x-originating-ip:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=hRd5dWO+wFtfNqr9zXyGxkUrZjQ1Bq2GrwG2msXaroE=; b=OukdtOREPy2oynxfpQKfQazXUCHUaTpCDlyeXHfftIaxrLE9dHVgwalTp19DlwRLBe r2CMx/mfC7PtZ8aa9Aw/lAmAY4XGarNfnk7SMEQX6Fu6xZIyZcKTkQuqk/+mg/70k9HO 2YRxOEnuAd6sGwxQzc8JhjiWo7W9ETGuRbMVY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=predatorlabs.net; s=google; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=EDi2e2fBWeaaLbW8ovNF5HL+IvHiwzyo6Qn+2Gpp+RxDwZFWj7EkUOVyo9H0fovg/i x3vw1CtG8A6VVjVH1/qaI4tyxllUsuIt9fJactgEVakKEECwNc2DghaMsJnLZVWb/y/M c/FLpab8NRFA8rtK/RJDtUqZoIYaCJGZLMDSw= MIME-Version: 1.0 Received: by 10.52.109.7 with SMTP id ho7mr1403931vdb.313.1304810238825; Sat, 07 May 2011 16:17:18 -0700 (PDT) Received: by 10.220.177.13 with HTTP; Sat, 7 May 2011 16:17:18 -0700 (PDT) X-Originating-IP: [128.95.133.163] In-Reply-To: <201105051232.p45CWxAJ069023@repoman.freebsd.org> References: <201105051232.p45CWxAJ069023@repoman.freebsd.org> Date: Sat, 7 May 2011 16:17:18 -0700 Message-ID: From: Rob Farmer To: Frederic Culot Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/sysutils/uptimed Makefile ports/sysutils/uptimed/files patch-src__uprecords.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2011 23:41:05 -0000 On Thu, May 5, 2011 at 5:32 AM, Frederic Culot wrote: > culot =A0 =A0 =A0 2011-05-05 12:32:59 UTC > > =A0FreeBSD ports repository > > =A0Modified files: > =A0 =A0sysutils/uptimed =A0 =A0 Makefile > =A0Added files: > =A0 =A0sysutils/uptimed/files patch-src__uprecords.c > =A0Log: > =A0- Fix error in uptime calculation > > =A0PR: =A0 =A0 =A0 =A0 =A0 =A0 ports/156825 > =A0Submitted by: =A0 Rob Farmer (maintainer) > > =A0Revision =A0Changes =A0 =A0Path > =A01.19 =A0 =A0 =A0+1 -0 =A0 =A0 =A0ports/sysutils/uptimed/Makefile > =A01.1 =A0 =A0 =A0 +12 -0 =A0 =A0 ports/sysutils/uptimed/files/patch-src_= _uprecords.c (new) > _______________________________________________ > cvs-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-ports > To unsubscribe, send any mail to "cvs-ports-unsubscribe@freebsd.org" > Can you please revert this - it seems after further investigation that the data file was corrupt. The downtime should never be a negative number and this messes up printing accurate records. Sorry for the trouble, I will try to test things better in the future. --=20 Rob Farmer