Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2001 11:37:36 -0600
From:      "Mike Meyer" <mwm-dated-1008610657.9f31aa@mired.org>
To:        Jeff Muse <jmuse@kcnet.com>
Cc:        questions@freebsd.org
Subject:   Re: NEWBIE: CVSup issues
Message-ID:  <15383.38368.872930.163154@guru.mired.org>
In-Reply-To: <4978024@toto.iv>

next in thread | previous in thread | raw e-mail | index | archive | help
Jeff Muse <jmuse@kcnet.com> types:
> Now that I've updated src, should I build a new kernel? Seems like some 
> programs (like ipfw) might be updated and rely on a compatible kernel.

That's right. While it's sometimes safe to update just the kernel, or
just parts of the world, the only thing that's supported is if you
update all the binaries and the kernel at the same time. This is
covered in the handbook.

> > You probably typed thes in--this is not what my stable-supfile
> > looks like.  Keep in mind the supfiles get updated when when you
> > src-all, so save your supfile to a new name if you want to keep
> > the changes.
> Found a doc somewhere that suggested this.

With later versions of the system, the easiest way is to use the
examples supfiles directly, and just set the appropriate variables in
/etc/make.conf:

SUP_UPDATE=     yes
SUPHOST=        cvsup7.FreeBSD.org
SUPFILE=        /usr/share/examples/cvsup/stable-supfile
PORTSSUPFILE=   /usr/share/examples/cvsup/ports-supfile
DOCSUPFILE=     /usr/share/examples/cvsup/doc-supfile

With those added to /etc/make.conf, you can do "make udpate" in
/usr/src to update everything, or use the same command in /usr/ports
to just update the ports tree. If you're not interested in tracking
the docs tree, don't define DOCSUPFILE.

	<mike
--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

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?15383.38368.872930.163154>