From owner-cvs-src@FreeBSD.ORG Tue Jan 11 14:26:20 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C56C116A4CE for ; Tue, 11 Jan 2005 14:26:20 +0000 (GMT) Received: from hydra.bec.de (www.ostsee-abc.de [62.206.222.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ABBB43D46 for ; Tue, 11 Jan 2005 14:26:20 +0000 (GMT) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (unknown [212.202.135.63]) by hydra.bec.de (Postfix) with ESMTP id B0C6535707 for ; Tue, 11 Jan 2005 15:26:18 +0100 (CET) Received: by britannica.bec.de (Postfix, from userid 1001) id 861372A47; Tue, 11 Jan 2005 15:26:08 +0100 (CET) Date: Tue, 11 Jan 2005 15:26:08 +0100 From: Joerg Sonnenberger To: cvs-src@FreeBSD.org Message-ID: <20050111142608.GA1320@britannica.bec.de> Mail-Followup-To: cvs-src@FreeBSD.org References: <200501110615.j0B6FJ1e044702@repoman.freebsd.org> <20050111141628.Q4043@pcle2.cc.univie.ac.at> <20050111135411.GA65973@orion.daedalusnetworks.priv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050111135411.GA65973@orion.daedalusnetworks.priv> User-Agent: Mutt/1.5.6i Subject: Re: cvs commit: src/libexec/rtld-aout Makefile dynamic.hmd-prologue.c rtld.1aout rtld.c shlib.c shlib.h support.c support.h mdprologue.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jan 2005 14:26:20 -0000 On Tue, Jan 11, 2005 at 03:54:11PM +0200, Giorgos Keramidas wrote: > Note, however, that I haven't had the chance to test the resulting > ldconfig binary. I need my workstation to do other work and cannot boot > it into a test install. You could also nuke the a.out support from ldconfig, like I did for DragonFly. So anyone needing a.out support has to get hold of the old rtld and ldconfig, which seems to be a fair deal for me. Joerg