From owner-cvs-all Mon Jul 5 11:38:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 28F5D1533D; Mon, 5 Jul 1999 11:38:31 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA23814; Mon, 5 Jul 1999 11:38:31 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199907051838.LAA23814@freefall.freebsd.org> From: Marcel Moolenaar Date: Mon, 5 Jul 1999 11:38:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/07/05 11:38:31 PDT Modified files: sys/kern imgact_elf.c Log: Also try to load the interpreter without prepending "emul_path". This allows dynamicly linked binaries to run in a chroot'd environment with "emul_path" as the new root. The new behavior of loading interpreters is identical to the principle of overlaying. PR: 10145 Revision Changes Path 1.59 +11 -7 src/sys/kern/imgact_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message