From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 15:18:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 D29F616A41F for ; Wed, 26 Oct 2005 15:18:28 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D73E43D97 for ; Wed, 26 Oct 2005 15:18:08 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 34so113699nzf for ; Wed, 26 Oct 2005 08:18:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iZy/VJPw26VJ8xPNtiYe99aJB7HTtZ1MK63gjtaJDTupKKfYOUNBDN7beS3djyigQ8LyjToLVMWrAd0vF9JTIbfaFyKx08hyceDj0c8qTVmmwRA+rKkTGd6eWFSLrLrts5LncG5IXuMtyejnhyXyMqWS6J9SSkD9hVCxO9dOBds= Received: by 10.36.68.10 with SMTP id q10mr913292nza; Wed, 26 Oct 2005 08:18:08 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Wed, 26 Oct 2005 08:18:08 -0700 (PDT) Message-ID: Date: Wed, 26 Oct 2005 19:18:08 +0400 From: "Andrew P." To: Robert Huff In-Reply-To: <17247.39311.203645.265116@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051026030537.GV18987@localdomain> <200510260021.21594.ringworm01@gmail.com> <17247.39311.203645.265116@jerusalem.litteratus.org> Cc: freebsd-questions@freebsd.org Subject: Re: Which version of FreeBSD a binary was compiled for? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 15:18:28 -0000 On 10/26/05, Robert Huff wrote: > > Andrew P. writes: > > > file /usr/bin/man > > > > > > on my machine outputs: > > > > > > /usr/bin/man: ELF 32-bit LSB executable, Intel 80386, version 1 > > > (FreeBSD), for FreeBSD 5.4-CURRENT (rev 3), dynamically linked > > > (uses shared libs), stripped > > > > Oh, it's just that file hasn't leared anything about > > FreeBSD 6 yet, so it doesn't display version info > > when run against my binaries. > > Curious. > > huff@> file /usr/bin/man > /usr/bin/man: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD)= , for FreeBSD 7.0 (700003), dynamically linked (uses shared libs), stripped > huff@> > > > Robert Huff > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > I tried both versions of file (base system and ports) on 6.0 RC1, none showed any info about that /usr/bin/man (or any other system binary I tried). On my firewall (5.4) it works.