Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2003 16:10:12 -0500 (CDT)
From:      David Fleck <david.fleck@mchsi.com>
To:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: CVSup supfile<src-all> question
Message-ID:  <20031019160344.M89743@grond.sourballs.org>
In-Reply-To: <3F91D526.9050806@verizon.net>
References:  <3F91BDB1.7020301@verizon.net> <20031019130325.A87394@grond.sourballs.org> <3F91D526.9050806@verizon.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 18 Oct 2003, Alden Louis-Pierre wrote:
>     So running my sample CVSup supfile would not patch my system for the
> security advisories from SA-03:08 - SA-0318(as of 10/19/03)?  I'm under
> the impression this supfile would take care of security advisories,
> being that I'm updating the /usr directory.  For everything to take in
> effect I must build and install my kernel as well?  I'm looking through
> the FreeBSD Handbook and I don't
> see this extra step.

Running cvsup will update the files in /usr/src:

# prefix=/usr
#     This specifies where to place the requested files.  A
#     setting of "/usr" will place all of the files requested
#     in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib").
#     The prefix directory must exist in order to run CVSup.

but these are the source files, not binaries.  To update your system, you
need to build and install the resulting binaries.

Read sections 21.3 and 21.4 of the handbook. (The process is not as scary
as it sounds, but you do have to be careful.)


--
David Fleck
david.fleck@mchsi.com



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