From owner-freebsd-current@FreeBSD.ORG Fri Jan 21 18:44:36 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C47B16A4CE for ; Fri, 21 Jan 2005 18:44:36 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id D039443D49 for ; Fri, 21 Jan 2005 18:44:35 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so17455wri for ; Fri, 21 Jan 2005 10:44:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=UeQbQMMukRY1NCBsMovBoHCBMwKbvnRPmXBcDvWW04lFL6S2DsOm2bddYKIGg/VthGjYCDCd4rjnhPmcILvDwX144K2CQLo22io97uHLmLiWR7Q3zTgBlTjjGnoKM6pv7baakJjQiGeEq4G+sPyqGVfyfSLOk78sXMZT4oA41LU= Received: by 10.54.27.4 with SMTP id a4mr15357wra; Fri, 21 Jan 2005 10:44:31 -0800 (PST) Received: by 10.54.29.4 with HTTP; Fri, 21 Jan 2005 10:44:31 -0800 (PST) Message-ID: <790a9fff050121104465cba292@mail.gmail.com> Date: Fri, 21 Jan 2005 12:44:31 -0600 From: Scot Hetzel To: Johan Kuuse In-Reply-To: <200501211236.11923.kuuse@redantigua.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <000a01c4ffd2$86d5cc70$10bca1cd@widserver1> <200501211210.54960.kuuse@redantigua.com> <790a9fff05012110223252212a@mail.gmail.com> <200501211236.11923.kuuse@redantigua.com> cc: freebsd-current@freebsd.org Subject: Re: Problem with crt1.o and init tls X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 18:44:36 -0000 On Fri, 21 Jan 2005 12:36:11 -0600, Johan Kuuse wrote: > The base/ directory: > > No sbin, bin, ubin, nor usbin whatsoever. :-( > Ok, I thought they were split that way at one time. To be safe run the base/install.sh script as follows: cd /cdrom/base mkdir /tmp/base <- someplace to hold the files DESTDIR=/tmp/base install.sh cd /tmp/base mv lib/* /lib mv usr/lib/* /usr/lib mv bin/* /bin mv sbin/* /sbin mv usr/bin/* /usr/bin mv usr/sbin/* /usr/sbin Scot