Subject: Re(2): BIND update from /usr/pkg
To: Jojo <info@thrill-inc.com>
From: Ben Allums <allums@earthlink.net>
List: port-macppc
Date: 02/02/2001 10:58:09
On 2/1/01 at 4:29 PM, info@thrill-inc.com (Jojo) wrote:

> >On 1/31/01 at 6:02 PM, mike@ieaccess.com (Mike Bush) wrote:
> >> http://www.netbsd.org/Documentation/current/ <- read this. It tells
> >> you how to update to -current but can also be used for updating
> >> your 1.5-release (patches and bug fixes).
> >> 
> >> For 1.5 you want to include '-rnetbsd-1-5' in your cvs commands.
> >> For example: cvs update -rnetbsd-1-5 -P -d
> >> 
> >> This will download all the latest 1.5 updates including a fixed
> >> ftpd and bind8.2.3.
> >
> >Thanks Mike!
> >
> >
> >Ben
> >
> just a little question regarding this post. when i use the cvs update
> to update a release does it update it to current or to the latest
> release? since i cant risk having to reinstall the whole thing or
> having any experimental things running...

It will update you to the latest, greatest version in the tree.  Namely,
something that IS experimental and past the 1.5 release.  To get the
updated 1.5 release, use the "-r" flag.  You'll need to use it every
time to insure you've got the right release.

  cd /usr/src
  cvs update -rnetbsd-1-5 -d -P

Ben