From owner-cvs-all Fri Feb 5 09:15:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13099 for cvs-all-outgoing; Fri, 5 Feb 1999 09:15:10 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from burka.rdy.com (burka.rdy.com [205.149.163.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA13048; Fri, 5 Feb 1999 09:14:57 -0800 (PST) (envelope-from dima@burka.rdy.com) Received: (from dima@localhost) by burka.rdy.com (8.9.2/RDY&DVV) id JAA40922; Fri, 5 Feb 1999 09:14:52 -0800 (PST) Message-Id: <199902051714.JAA40922@burka.rdy.com> Subject: Re: cvs commit: src/sys/kern imgact_elf.c In-Reply-To: <199902051636.LAA15502@lor.watermarkgroup.com> from Luoqi Chen at "Feb 5, 1999 11:36:28 am" To: luoqi@watermarkgroup.com (Luoqi Chen) Date: Fri, 5 Feb 1999 09:14:52 -0800 (PST) Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, newton@FreeBSD.ORG X-Class: Fast Organization: HackerDome Reply-To: dima@best.net From: dima@best.net (Dima Ruban) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Luoqi Chen writes: > > newton 1999/02/04 19:47:47 PST > > > > Modified files: > > sys/kern imgact_elf.c > > Log: > > Additional note on last rev: The rationale for this is to allow you > > to run Solaris executables (or executables from any other ELF system) > > directly off the CD-ROM without having to waste megabytes of disk > > by copying them to another filesystem just to brand them. > > > > Revision Changes Path > > 1.50 +1 -1 src/sys/kern/imgact_elf.c > > > None of the executables under usr/ on the CD-ROM are statically linked, so This is not about solaris/x86 CD-ROM. This change allows to install something from the any given CD w/o branding it first. > you don't need to brand them at all. The problem is that the interpreter name > in the svr4 elf brand structure is *WRONG*, it should be /lib/ld.so.1, not > /lib/libc.so.1 (svr4/svr4_sysvec.c). > > -lq > -- dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message