From owner-freebsd-questions@FreeBSD.ORG Mon Jan 31 09:30:53 2005 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 EE0AE16A4CE for ; Mon, 31 Jan 2005 09:30:53 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BB4643D55 for ; Mon, 31 Jan 2005 09:30:52 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so155002wri for ; Mon, 31 Jan 2005 01:30:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=d5FSmcyE5VenRajc4n2/MAI0dMs+fBkRrKVIoUrq1pH/pIaPsdw9nrZRRyWKJB3zMPClKt6uQnq07G+NOtfEZ3RKlZ1cpSNS8S5Xyj9/bvHWSjRuxx2tKgzmvksU+VvSdjXGRq68gaBzig+YFAIX60FmF61q2vofRABxxfPSYzE= Received: by 10.54.47.76 with SMTP id u76mr183828wru; Mon, 31 Jan 2005 01:30:51 -0800 (PST) Received: by 10.54.42.47 with HTTP; Mon, 31 Jan 2005 01:30:51 -0800 (PST) Message-ID: <810a540e05013101307dbdd0d7@mail.gmail.com> Date: Mon, 31 Jan 2005 02:30:51 -0700 From: Pat Maddox To: infofarmer@mail.ru In-Reply-To: <41FB6685.5040407@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <810a540e050129021110164a6a@mail.gmail.com> <41FB6685.5040407@mail.ru> cc: freebsd-questions@freebsd.org Subject: Re: I only want stable software X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pat Maddox List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 09:30:54 -0000 Does this look like a reasonable supfile then? *default host=cvsup5.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=cvs delete use-rel-suffix compress src-all tag=RELENG_5_3 ports-all tag=. doc-all tag=. It only gets the security patches for the OS, but gets the latest ports and docs. Is that correct? On Sat, 29 Jan 2005 13:33:41 +0300, Andrew P. wrote: > Pat Maddox wrote: > > I used CVSUP to keep my system up to date. How do I know that it's > > not installing unstable software? I want to keep my software stable, > > but not in the version branching sense. I just don't want it crashing > > my server at all. Is there any way to ensure that I only install high > > quality stable software? > > > > You should use RELENG_4_11 or RELENG_5_3 tags to have cvsup download > security patches only. It's probably the most reliable way to keep your > system as stable as it gets. Just use the following line in your cvsup > supfile: > > src-all tag=RELENG_5_3 > > You could use tag=. for doc-all, and you should use it for ports-all. > > Best wishes, > Andrew P. >