From owner-freebsd-questions@FreeBSD.ORG Sun Oct 2 18:24:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4F95C16A41F for ; Sun, 2 Oct 2005 18:24:18 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id CDF2643D45 for ; Sun, 2 Oct 2005 18:24:17 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 20841 invoked by uid 502); 2 Oct 2005 18:24:16 -0000 Received: from dsl28163.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.163) by 0 with SMTP; 2 Oct 2005 18:24:16 -0000 X-CLIENT-IP: 216.227.115.163 X-CLIENT-HOST: dsl28163.ywave.com Message-ID: <434025CF.5030801@ywave.com> Date: Sun, 02 Oct 2005 11:24:15 -0700 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Deepak Naidu References: <20051002153346.59237.qmail@web34604.mail.mud.yahoo.com> In-Reply-To: <20051002153346.59237.qmail@web34604.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Obtaining patch for FreeBSD 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2005 18:24:18 -0000 Deepak Naidu wrote: > Hi, > I have installed FreeBSD 5.4-release. I want to make it stable by patching. What should I do to make my FreeBSD 5.4 as stable(is 5.4 relase default a stable one ?). > > Cheers, > Deepak Naidu. Basic procedure: update your system sources to latest releng_5_4 via cvsup, compile, then install. Poof done. Okay, not quite that simple, here's some links to get you started: Some general directions can be found at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html specifically http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html and http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html If after reading those links you still have questions, ask questions here. HTH, Micah