From owner-freebsd-questions@FreeBSD.ORG Mon Oct 17 17:19:36 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 C918F16A41F for ; Mon, 17 Oct 2005 17:19:36 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38D7543D49 for ; Mon, 17 Oct 2005 17:19:36 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so866832nzo for ; Mon, 17 Oct 2005 10:19:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mpqylIdxqLLPwGNofh+vVBlts70TzRy26yvrULFbxddET0FnWzlXIFhGzzASB96YhvVFZlzpw/nH54bBymR+xSEGFrvOfitZHgrNQO8zudgqnexz1pruB0d5Th9Yyyz9OSv3EPXeLX3fcisFbap5KaJi97BQ671QICjPttfKdgE= Received: by 10.36.127.3 with SMTP id z3mr2845617nzc; Mon, 17 Oct 2005 10:19:35 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Mon, 17 Oct 2005 10:19:35 -0700 (PDT) Message-ID: Date: Mon, 17 Oct 2005 21:19:35 +0400 From: "Andrew P." To: Deepak Naidu In-Reply-To: <20051017170650.20139.qmail@web34610.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200510171002.37961.ringworm01@gmail.com> <20051017170650.20139.qmail@web34610.mail.mud.yahoo.com> Cc: "Michael C. Shultz" , freebsd-questions@freebsd.org Subject: Re: Making FreeBSD 5.4-Release to FreeBSD 5.4-stable 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: Mon, 17 Oct 2005 17:19:36 -0000 On 10/17/05, Deepak Naidu wrote: > I have been to the below link > > ftp://snapshots.jp.freebsd.org/pub/FreeBSD/snapshots/i386/ > > I cant understand that should I just copy and them in my FreeBSD 5.4 or w= aht to do.. > I have also been in http://www.freebsd.org/doc/en_US.ISO8859-1/books/hand= book/cutting-edge.html > > even then I cant understand, should I use cvsup with that relaseor stable= tag, there after should I recompile my kernel or rebuild, thats the reason= Iam asking, ist not that I am not taking effort but its not put in easy wa= y... > > If you can help me that would be nice, else no worries :) > >From the box you want to upgrade: # cd /usr/ports/net/cvsup-without-gui && make install # cp /usr/share/examples/cvsup/stable-supfile /root/mycvs Now edit /root/mycvs and set CHANGE_THIS.FreeBSD.org to one of the sites from here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html # cvsup -g -L 2 /root/mycvs Go get a cup of coffee. If there are no errors, continue # cd /usr/src # make -j4 buildworld # make buildkernel # make installkernel # make installworld # mergemaster Here you must read mergemaster carefully # shutdown -r now That's oversimplified, but that's it.