[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS - 'GET' -rOPENBSD_3_4 problem
I've a script to download the CVS-Source.
*snip*
#!/bin/sh
export CVSROOT=anoncvs@anoncvs.openbsd.org:/cvs
cd /usr
cvs -q get -rOPENBSD_3_4 -P src
cvs -q get -rOPENBSD_3_4 -P ports
*snap*
And know my question: After downloading the sources I wanna build my own
kernel. But there's no /usr/src/sys/arch... ?!
So what's wrong with my Script? It worked well on oBSD 3.3 but it seams to
:o)
Will OpenSSH ever include a chroot-patch (like the patch wich is avaiable
@sf)?