Subject: Re: Quickest way to get kde3 up and running
To: None <netbsd-help@NetBSD.org>
From: Ian D. Leroux <ian_leroux@fastmail.fm>
List: netbsd-help
Date: 03/12/2005 09:52:38
On Fri, Mar 11, 2005 at 05:48:28PM -0500, Trey Sizemore wrote:
> # PKG_PATH="*ftp://ftp.NetBSD.org/pub/NetBSD/packages/2.0/i386/All" 
> export PKG_PATH

The fact that the variable assignment is commented out (the leading # on
the PKG_PATH= line) and the leading * in the url both seem suspicious to me.

Somebody correct me if I'm wrong, but

PKG_PATH="ftp://ftp.NetBSD.org/pub/NetBSD/packages/2.0/i386/All"
export PKG_PATH

strikes me as more likely

Cheers,

Ian Leroux