From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 02:00:25 2006 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 434EC16A407 for ; Mon, 18 Sep 2006 02:00:25 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web83103.mail.mud.yahoo.com (web83103.mail.mud.yahoo.com [216.252.101.32]) by mx1.FreeBSD.org (Postfix) with SMTP id A1A1343D49 for ; Mon, 18 Sep 2006 02:00:24 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 74255 invoked by uid 60001); 18 Sep 2006 02:00:24 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=feWQKbteSdYz6+OCTPn5KYUOwGYPol3yhPmy2k9sZ5Dd1bs88ChItbK6xlD9+o8Z4VvX74eyYfJCnZ9hvH173HrjdoBbR5Ofl76PWoJPXr35egl3P5ABHASfDCUyKUieO/M0J4VnCkWl0AgjeaabnXrZXLqxSw3dBABlP0WfV1w= ; Message-ID: <20060918020024.74253.qmail@web83103.mail.mud.yahoo.com> Received: from [75.27.147.231] by web83103.mail.mud.yahoo.com via HTTP; Sun, 17 Sep 2006 19:00:24 PDT Date: Sun, 17 Sep 2006 19:00:24 -0700 (PDT) From: backyard To: Ahmad Arafat Abdullah , "pobox@verysmall.org" , Matthew Seaman In-Reply-To: <20060918020009.B12141CE304@ws1-6.us4.outblaze.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: how to apply a patch set X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: backyard1454-bsd@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 02:00:25 -0000 --- Ahmad Arafat Abdullah wrote: > > > ----- Original Message ----- > > From: "pobox@verysmall.org" > > To: "Matthew Seaman" > > > Subject: Re: how to apply a patch set > > Date: Mon, 18 Sep 2006 00:48:32 +0200 > > > > > > Matthew Seaman wrote: > > > pobox@verysmall.org wrote: > > >> Hello, > > >> > > >> I am trying to apply a patch set to FreeBSD 5.5 > (this letter 'p' > > >> followed by a number, after the version in > 'uname -a') - but somehow it > > >> did not work. > > >> > > >> I cvsup-ed the src using the standard > 'stable-supfile' with '*default > > >> release=cvs tag=RELENG_5_5' - then I rebuild > world. > > >> > > >> Now 'uname -a' reports 'FreeBSD 5.5 STABLE #0'. > Before it was 'FreeBSD > > >> 5.5 RELEASE #0'. So instead of applying patch > set I have moved to 'STABLE'. > > >> > > >> Could somebody tell me what have I done wrong? > Actually - what is the > > >> difference between the 'pX' and the '#X' after > the version? > > > > > > You've shifted your self onto the RELENG_5 code > branch rather than the > > > RELENG_5_5 branch. > > > > Yes... but how did it happen after I instructed > the supfile to get > > 'RELENG_5_5'? > > > > Actually in the examples/cvsup I did not find any > example how to do 'release'. > > > > Thank you for the other answers! > > Iv. > > > > > > i think I've read abt this long time ago.. but not > pretty sure ( someone correct me if I'm wrong ).. > > u can try: > > *default release=cvs tag=RELENG_5_5_RELEASE > > > anyway i never tried this! and i never encounter the > prob u'va said since 4.x ---> 6.1 > ( and I'm normally/mostly using -pX than STABLE for > my prod server ). Seems your method/tag > > tag=RELENG_5_5 is correct way to patch to -pX, i > can't find any reason why your system "patched" > into STABLE... > > could u please copy+paste here your stable-supfile > config? > > TQ > STABLE is the latest set of "patches" to the system. It will change the tag from RELEASE from the install to the STABLE set of patches versus the CURRENT set. STABLE is the major ones you want. CURRENT is all of them to date. If you cvsup to RELEASE you will downgrade and end up with what you started with when you installed from CD or whatever was available when the RELEASE cd was created for whatever system your getting. -brian