From owner-freebsd-questions Tue Mar 4 01:16:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA08485 for questions-outgoing; Tue, 4 Mar 1997 01:16:01 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA08471 for ; Tue, 4 Mar 1997 01:15:56 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id LAA22670; Tue, 4 Mar 1997 11:15:37 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma022667; Tue Mar 4 11:15:19 1997 Message-ID: <331BE7DE.4DC4@barcode.co.il> Date: Tue, 04 Mar 1997 11:14:06 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: empey@integral.on.ca CC: freebsd-questions@freebsd.org Subject: Re: Another question: Installing packages from a HD. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk David Empey wrote: > > I'm having trouble installing the packages from a DOS partition on my > HD. I've copied the directory structure from the fto site > (ftp.freebsg.org), and folllowed the install instructions. The dir > tree looks like this: > > /freebsd/bin > . > . > /packages/archivers/ > /audio/ > > etc. > > The index file is also in the /packages dir. The install utility > finds the index file for the packages, but when it tries to install > them, each package comes up not found. Is there perhaps something > wrong in my dir tree? Any help is appreciated! This is due to DOS trimming the file nanes to 8.3 format. Just copy the file for the package you want into a FreeBSD partition, rename it to its original name on the ftp site, and then use pkg_add to install it. > > ___________________________________________________________ > > David Empey > mailto: empey@integral.on.ca > homepage: http://www.integral.on.ca/empey/ > 604-185 Berkshire Drive, London, Ontario, Canada, N6J 3R6 > (519)-474-0296 Nadav