Date: Wed, 04 Feb 2004 09:17:07 -0500 From: Scott W <wegster@mindcore.net> To: Edmund Craske <edmund@m00is.net> 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 Message-ID: <4020FEE3.3040509@mindcore.net> In-Reply-To: <004b01c3eb25$f64e9bd0$0464a8c0@alpha> References: <004b01c3eb25$f64e9bd0$0464a8c0@alpha>
next in thread | previous in thread | raw e-mail | index | archive | help
Edmund Craske wrote: >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" <treeml@itree.org> 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." >> >> >> Note the file names, which make the file revisions completely irrelevant in comparison to each other, even if they come from the same source (opposed to BSD specific/built from scratch). Assuming they DO come from the same source, you'd have to check each file listed by ident.... Scott
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4020FEE3.3040509>