From owner-freebsd-hubs Wed Jan 9 19:42:44 2002 Delivered-To: freebsd-hubs@freebsd.org Received: from mail.hiwaay.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 0091837B41C for ; Wed, 9 Jan 2002 19:42:42 -0800 (PST) Received: from bsd.havk.org (user-24-214-88-13.knology.net [24.214.88.13]) by mail.hiwaay.net (8.12.1/8.12.1) with ESMTP id g0A3gaBZ017863; Wed, 9 Jan 2002 21:42:38 -0600 (CST) Received: by bsd.havk.org (Postfix, from userid 1001) id 9E3F91A786; Wed, 9 Jan 2002 21:42:35 -0600 (CST) Date: Wed, 9 Jan 2002 21:42:35 -0600 From: Steve Price To: jason andrade Cc: Murray Stokely , hubs@FreeBSD.ORG, re@FreeBSD.ORG Subject: Re: 4.5-RC1 / x86 available on ftp-master Message-ID: <20020109214235.B816@bsd.havk.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jason@dstc.edu.au on Thu, Jan 10, 2002 at 01:11:05PM +1000 X-Operating-System: FreeBSD 4.5-PRERELEASE i386 Sender: owner-freebsd-hubs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jan 10, 2002 at 01:11:05PM +1000, jason andrade wrote: > > one thing that seems broken is that there is an absolute link > for the packages tree. this would break on a number of mirrors > and the convention should be to keep this relative. > > packages -> /pub/FreeBSD/ports/i386/packages-4.5-release > > should instead be > > ln -s ../../../ports/i386/packages-4.5-release packages I'm missing something obvious. I'd be happy to fix the problem if only I knew where it was. $ hostname ftp-master.freebsd.org $ pwd /archive/pub/FreeBSD $ ls -ld packages ls: packages: No such file or directory $ cd ports $ ls -ld packages lrwxrwxrwx 1 root wheel 13 Apr 29 2001 packages -> i386/packages $ cd i386/ $ ls -ld packages lrwxrwxrwx 1 root wheel 15 Apr 29 2001 packages -> packages-stable $ ls -ld packages-stable lrwxrwxrwx 1 root wheel 17 Apr 29 2001 packages-stable -> packages-4-stable $ ls -ld packages-4-stable drwxrwxr-x 74 asami archive 1536 Jan 9 06:17 packages-4-stable -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hubs" in the body of the message