Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Jul 2001 16:15:34 +0200
From:      Christoph Sold <so@server.i-clue.de>
To:        "Jonathan M. Slivko" <jslivko@jslivko.org>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: difference between RELENG_4 and RELENG_4_3 in cvsup
Message-ID:  <3B41D386.E8CB2961@i-clue.de>
References:  <Pine.LNX.4.10.10107031459510.24783-100000@localhost.localdomain>

next in thread | previous in thread | raw e-mail | index | archive | help


"Jonathan M. Slivko" schrieb:
> 
> Hello,
> 
> I had a quick question: What's the difference between RELENG_4 and
> RELENG_4_3? I currently have a 4.2-RELEASE system that I would like to
> bring up to 4.3-STABLE.

RELENG_4: FreeBSD 4.3-Stable
RELENG_4_3: FreeBSD 4.3-Release plus security bug fixes.

> How would I go about doing that with cvsup?

Either read the handbook (mentioned in an earlier reply).
Short version:

cd ~
cp /usr/share/examples/stable-supfile .
vi stable-supfile
:1,$s/CHANGE_THIS/cvsup<n>.<ISO country code>/  ### e.g.
cvsup2.de.freebsd.org
:wq
su
Password:
cvsup -g -L 2 stable-supfile

HTH
-Christoph Sold

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B41D386.E8CB2961>