From owner-freebsd-bugs@FreeBSD.ORG Thu Dec 23 15:56:39 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D12216A4CE; Thu, 23 Dec 2004 15:56:39 +0000 (GMT) Received: from out009.verizon.net (out009pub.verizon.net [206.46.170.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A21643D2F; Thu, 23 Dec 2004 15:56:38 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com ([151.204.231.237]) by out009.verizon.netESMTP <20041223155637.MOZD24088.out009.verizon.net@corbulon.video-collage.com>; Thu, 23 Dec 2004 09:56:37 -0600 Received: from 250-217.customer.cloud9.net (195-11.customer.cloud9.net [168.100.195.11])iBNFuVCX046136 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 23 Dec 2004 10:56:33 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) Received: from 250-217.customer.cloud9.net (mteterin@localhost [127.0.0.1]) iBKL8I5O043326 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 20 Dec 2004 16:08:18 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) iBKL8FJZ043325; Mon, 20 Dec 2004 16:08:15 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f From: Mikhail Teterin Organization: Virtual Estates, Inc. To: "Tim J. Robbins" Date: Mon, 20 Dec 2004 16:08:15 -0500 User-Agent: KMail/1.7.2 References: <200412190421.iBJ4LlP6065654@freefall.freebsd.org> In-Reply-To: <200412190421.iBJ4LlP6065654@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412201608.15577.mi+mx@aldan.algebra.com> X-Virus-Scanned: clamd / ClamAV version devel-20040615, clamav-milter version 0.73a on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 X-Authentication-Info: Submitted using SMTP AUTH at out009.verizon.net from [151.204.231.237] at Thu, 23 Dec 2004 09:56:33 -0600 cc: freebsd-bugs@freebsd.org Subject: Re: bin/43675: uniq prints last, not first of the identical lines [patch] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2004 15:56:39 -0000 > Synopsis: uniq prints last, not first of the identical lines [patch] > > State-Changed-From-To: open->closed > State-Changed-By: tjr > State-Changed-When: Sun Dec 19 04:21:21 GMT 2004 > State-Changed-Why: > Changed in 5-STABLE and 6-CURRENT; will not be changed in RELENG_4. This is not entirely sensible. The PR and the patch were both submitted over a year ago, when 5 was -current and 4 was the -stable. Various systems -- including some of mine -- will, most likely, continue to use 4-stable for a few more years. > http://www.freebsd.org/cgi/query-pr.cgi?pr=43675 -mi