From owner-freebsd-questions@FreeBSD.ORG Wed Feb 4 05:51:22 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7908616A4CE for ; Wed, 4 Feb 2004 05:51:22 -0800 (PST) Received: from messenger.m00is.net (messenger.m00is.net [62.3.100.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D0D143D3F for ; Wed, 4 Feb 2004 05:51:18 -0800 (PST) (envelope-from edmund@m00is.net) Received: from alpha (openwall.m00is.net [62.3.100.169]) by messenger.m00is.net (Postfix) with ESMTP id B1DB94157; Wed, 4 Feb 2004 13:49:45 +0000 (GMT) From: "Edmund Craske" To: "'Sergey 'DoubleF' Zaharchenko'" , Date: Wed, 4 Feb 2004 13:51:16 -0000 Message-ID: <004b01c3eb25$f64e9bd0$0464a8c0@alpha> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 In-Reply-To: <20040204161646.4fb14954@Hal.localdomain> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: RE: verify md5 for /sbin/init (v1.7.2.3 2002/08/12 11:17:37 ) on FreeBSD Stable 4.9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2004 13:51:22 -0000 1.2 is not greater than 1.7. Check your logic. > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of > Sergey 'DoubleF' Zaharchenko > Sent: 04 February 2004 13:17 > To: treeml > Cc: freebsd-questions@freebsd.org > Subject: Re: verify md5 for /sbin/init (v1.7.2.3 2002/08/12 > 11:17:37 ) on FreeBSD Stable 4.9 > > > On Wed, 4 Feb 2004 07:21:39 -0500 > "treeml" probably wrote: > > > ident /mnt/sbin/init > > > > Gave out a long list of results, but at the end of the > list, which is > > also the most recent is the following. $FreeBSD: > > src/lib/libc/locale//ldpart.c,v1.7.2.3 2002/08/12 11:17:37 > ache Exp $ > > > > I can't believe it's the most recent entry! I'm on 4.8-REL > and my most recent entry is > > $FreeBSD: src/lib/libc/string/strerror.c,v 1.2.14.3 > 2003/01/17 13:39:32 mike Exp $ > > (I mean, more recent than yours). Try running > > # ident /mnt/sbin/init | sort -k 4 > > and look at the bottommost entry instead of vgrepping through > the whole list. Then maybe that string will serve some purpose. > > HTH, > > -- > DoubleF > "I didn't know it was impossible when I did it." >