From owner-cvs-all@FreeBSD.ORG Thu Feb 21 09:05:37 2008 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 9640916A405 for ; Thu, 21 Feb 2008 09:05:37 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227]) by mx1.freebsd.org (Postfix) with ESMTP id 57AD813C4D9 for ; Thu, 21 Feb 2008 09:05:37 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so2585914wxd.7 for ; Thu, 21 Feb 2008 01:05:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=szMLTHXS+J6JgQ7Wj25aWoEPiHzeAPeNMIhoQkQ7Ouw=; b=mdJ60pTMHffxSXKitCslnt6LMM4mTxH3q3goTa5JJzHIwvZzSoe8GAweT/yTqG27RulddIBoZfS2WLUGaOEk6tgPhy0z6oXffCuLI9KrHQrSMQcZi9QQyi+OdItenm/TiZTI2ql7nnPVZGAcvov7tFA+3kv1zkDA4htZuE5y78c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=R+cyDb/ljdcbWLtOcoqcQCXa3SSRXxlDlT86H1CVDKt+14n56DUlHtRkozMhLarsur4YhhGyjFdY0VN9OSu88vc0AXpXbQl6eOMyjJaNVuaxMkOE9Sk6PgcPw9SJ3lYNce4AG/og+1pnQuT+VI1N8fFkjVc1KTwzXYO+kZnKhOk= Received: by 10.140.126.14 with SMTP id y14mr6510464rvc.59.1203583233153; Thu, 21 Feb 2008 00:40:33 -0800 (PST) Received: by 10.141.170.18 with HTTP; Thu, 21 Feb 2008 00:40:33 -0800 (PST) Message-ID: <2e77fc10802210040h7b3aa173j8d9b57df6018c270@mail.gmail.com> Date: Thu, 21 Feb 2008 08:40:33 +0000 From: "Niki Denev" Sender: ndenev@gmail.com To: "Greg Lehey" In-Reply-To: <200802210712.m1L7Cvnu071221@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200802210712.m1L7Cvnu071221@repoman.freebsd.org> X-Google-Sender-Auth: ef633ebe4379170a Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/sa db.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2008 09:05:37 -0000 On Thu, Feb 21, 2008 at 7:12 AM, Greg Lehey wrote: > grog 2008-02-21 07:12:57 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/sa db.c > Log: > Ensure that the -s flag truncates the accounting data. > > This problem has only been reported on the amd64 platform. > > PR: bin/120293 > Tested by: Callum Gibson > MFC after: 2 weeks > > Revision Changes Path > 1.3 +1 -1 src/usr.sbin/sa/db.c Thanks! --Niki