On 4/11/07, Siju George <[EMAIL PROTECTED]> wrote:
>
> What do I do to get the files exactly as in the Stable OPENBSD_4_0 branch?
>
> any thing else needed to e added to
>
> #cvs update -rOPENBSD_4_0

According the the FAQ you update the STABLE source tree like this:

# cd /usr/src
# export [EMAIL PROTECTED]:/cvs
# cvs -d$CVSROOT up -rOPENBSD_4_0 -Pd


I would just delete the source tree and check it out again.

# rm -fr /usr/src/*
# cd /usr
# export [EMAIL PROTECTED]:/cvs
# cvs -d$CVSROOT checkout -rOPENBSD_4_0 -P src

Replace [EMAIL PROTECTED] with whatever CVS server you want
to use. I am not an expert at using cvs, but I have been able track
4.0 STABLE by religiously following the FAQ. Here is a link to FAQ 5
"Building the System from Source".

http://www.openbsd.org/faq/faq5.html
-- 
Sean Malloy
Registered GNU/Linux User #417855
Happy Hacking! ;-)
www.catgrepsort.com
_______________________________________________
Openbsd-newbies mailing list
[email protected]
http://mailman.theapt.org/listinfo/openbsd-newbies

Reply via email to