From owner-freebsd-hackers Mon Jul 8 14:53:54 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA11565 for hackers-outgoing; Mon, 8 Jul 1996 14:53:54 -0700 (PDT) Received: from rf900.physics.usyd.edu.au (rf900.physics.usyd.edu.au [129.78.129.109]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA11559 for ; Mon, 8 Jul 1996 14:53:47 -0700 (PDT) Received: (from dawes@localhost) by rf900.physics.usyd.edu.au (8.6.11/8.6.9) id HAA04979; Tue, 9 Jul 1996 07:47:20 +1000 From: David Dawes Message-Id: <199607082147.HAA04979@rf900.physics.usyd.edu.au> Subject: Re: CD distribution layout vs FTP distribution layout. To: jgreco@brasil.moneng.mei.com (Joe Greco) Date: Tue, 9 Jul 1996 07:47:20 +1000 (EST) Cc: joerg_wunsch@uriah.heep.sax.de, freebsd-hackers@freebsd.org In-Reply-To: <199607082046.PAA23180@brasil.moneng.mei.com> from "Joe Greco" at Jul 8, 96 03:46:23 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> > Any strenuous objections to folding these into one location in -current? >> >> DO IT! >> >> The traditional difference has been causing me much grief when >> installing via FTP from a CDROM. (It usually required lying about the >> dist directory, and providing a separate ``root'' floppy.) >> >> I'd also like to see FTP installations using the given path as >> absolute (as opposed to $HOME-relative) if it starts with a slash, but >> that's of course way too late for 2.1.5. > >Why, you don't like specifying a URL of > >ftp://ftp/../../../../../../../some/path/name? I've always done local ftp installs with an absolute path, but putting in two slashes: ftp://hostname//absolute/path That's always worked for me. David