[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: OpenBSD 3.3 and MS PPTP
On Thu, Jun 26, 2003 at 09:16:07AM +0200, Matthias Schießl wrote:
> What are the steps i have to do to get this fixed. I dont have enouth
> space in /usr to extract the whole src.tar.gz.
i think you could use CVS to just get the sys branch of the tree..
$ export CVSROOT=anoncvs@anoncvs.de.openbsd.org:/cvs
$ cd /usr && sudo cvs get src/sys
or leave off the sudo if you have src writable by your current user.