From owner-freebsd-questions@FreeBSD.ORG Wed Dec 22 05:34:15 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CCA416A4CE for ; Wed, 22 Dec 2004 05:34:15 +0000 (GMT) Received: from safeco.hostingservice.net (safeco.hostingservice.net [209.150.128.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9A0743D5A for ; Wed, 22 Dec 2004 05:34:14 +0000 (GMT) (envelope-from adam@jamradar.com) Received: from PANASONIULSWMR (c-67-176-199-73.client.comcast.net [67.176.199.73])iBM5YA728898; Tue, 21 Dec 2004 23:34:10 -0600 Message-ID: <004d01c4e7e7$dc4fb790$0200a8c0@PANASONIULSWMR> From: "Adam" To: "Joshua Tinnin" References: <004501c4e7e4$b85ed940$0200a8c0@PANASONIULSWMR> <20041222052325.GE10180@gamerasmog.com> Date: Tue, 21 Dec 2004 23:33:57 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 cc: freebsd-questions@FreeBSD.org Subject: Re: cvs-supfile? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2004 05:34:15 -0000 > On Tue, Dec 21, 2004 at 11:11:35PM -0600, Adam wrote: > > My cvs-supifle look like > > > > *default host=cvsup1.us.freebsd.org > > *default base=/usr/local/etc/cvsup > > *default prefix=/usr > > *default tag=RELENG_5_3 > > *default release=cvs delete use-rel-suffix compress > > > > I just want core security updates to FreeBSD and no new ports. Will this > > just update the FreeBSD operating systems? > > Yes, as long as you don't have ports selected, like if you had ports-all > in the same file with that tag, you'd end up deleting your ports tree, > because the ports collection doesn't use the same tag. BTW, if you update > ports with cvsup, it will just update the Makefiles and patches, not the > actual ports installed as packages on your system. You might have known > that, but thought it would be worth mentioning. > > - jt I didn't know, how would I change it so it would also update with patches and makefiles? *default host=cvsup1.us.freebsd.org *default base=/usr/local/etc/cvsup *default prefix=/usr *default tag=RELENG_5_3 *default release=cvs delete use-rel-suffix compress Thanks