Subject: Re: Q about updates per SA-2004-05 advisory
To: None <port-cobalt@netbsd.org>
From: Matt Dainty <matt@bodgit-n-scarper.com>
List: port-cobalt
Date: 04/30/2004 09:56:53
* Brian <bmcewen@comcast.net> [2004-04-30 09:21:33]:
> 
---8<---
> 
> So I :
>        setenv CVSROOT anoncvs@anoncvs.NetBSD.org:/cvsroot
> 	setenv CVS_RSH ssh
> 	cd /usr/pkgsrc
> 
> Then:
> 
> Qube# pwd
> /usr/pkgsrc
> Qube# cvs update -d -P -r netbsd-1-6 crypto/dist/openssl
> cvs [update aborted]: no such directory `crypto/dist'
> 
> In fact I have no crypto/dist folder hierarchy anywhere. And I can't 
> tell if cvs is quitting due to folders missing on my, or the remote 
> end...

You want to be in the NetBSD sources (most often under /usr/src), not
pkgsrc. It's a different source tree.

Try instead:

cd /usr
cvs co -P -r netbsd-1-6 src

You should then have /usr/src/crypto/dist/openssl

(From http://www.netbsd.org/Documentation/updating.html)

HTH

Matt
-- 
"Never rub another man's rhubarb."