From owner-freebsd-newbies@FreeBSD.ORG Fri Oct 17 01:57:15 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEF5416A4B3 for ; Fri, 17 Oct 2003 01:57:15 -0700 (PDT) Received: from out012.verizon.net (out012pub.verizon.net [206.46.170.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE29043FBD for ; Fri, 17 Oct 2003 01:57:14 -0700 (PDT) (envelope-from alden.pierre@verizon.net) Received: from verizon.net ([138.89.12.247]) by out012.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20031017085714.ZQMO20366.out012.verizon.net@verizon.net> for ; Fri, 17 Oct 2003 03:57:14 -0500 Message-ID: <3F8F4498.30002@verizon.net> Date: Thu, 16 Oct 2003 21:23:36 -0400 From: Alden Louis-Pierre User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030704 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-newbies@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out012.verizon.net from [138.89.12.247] at Fri, 17 Oct 2003 03:57:14 -0500 Subject: CVSup supfile question X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2003 08:57:16 -0000 I just finished reading the Handbook for CVSup. It appears to be a very simple process. I'm currently running FreeBSD 4.8 and from my understanding you can keep your sources up to date via CVSup. Does this mean if I were to do a fresh install of FreeBSD 4.8 and then CVSup my source all known security issues would be resolved for the particular FreeBSD I'm running? Would the following supfile update all of my sources for FreeBSD 4.8? *default tag=RELENG_4_8 *default host cvsup3.FreeBSD.org *default prefix=/usr *default base=/usr/local/etc/cvsup *default release=cvs delete use-rel-suffix compress src-all Is there a difference between using RELENG_4 vs RELENG_4_8? I currently update all known security issues via patch < /path/to/patch method and following the instructions for each security advisor. Thank You Alden Louis-Pierre