Subject: Re: pkgsrc - sup
To: Ron Landrus <ronlandrus@yahoo.com>
From: None <mcmahill@mtl.mit.edu>
List: port-mac68k
Date: 11/22/2000 13:19:33
On Wed, 22 Nov 2000, Ron Landrus wrote:
> Hello,
>
> I want to setup pkgsrc to use sup, but I am confused where to cp the file
> coll.list from.
> (I am easily confused).
>
> I am reaading the faq from NetBSD.org titled, The NetBSD packages
> collection (pkgsrc).
>
>
> 'cp /usr/share/examples/supfiles/sup.netbsd.org /etc/supfiles/coll.list'
> The above line makes my head hurt.
after you have typed:
mkdir /etc/supfiles /usr/sup
then just type:
cp /usr/share/examples/supfiles/sup.netbsd.org /etc/supfiles/coll.list
This will make a copy of the file
'/usr/share/examples/supfiles/sup.netbsd.org'
and store it in '/etc/supfiles/coll.list'
-Dan