From owner-freebsd-stable@FreeBSD.ORG Thu Jul 22 13:06:08 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A41916A4F1 for ; Thu, 22 Jul 2004 13:06:08 +0000 (GMT) Received: from fmx2.freemail.hu (fmx2.freemail.hu [195.228.242.222]) by mx1.FreeBSD.org (Postfix) with SMTP id 7AA6743D2D for ; Thu, 22 Jul 2004 13:06:07 +0000 (GMT) (envelope-from kovacspeter2@freemail.hu) Received: (qmail 6290 invoked from network); 22 Jul 2004 15:06:05 +0200 Received: from fm1.freemail.hu (195.228.242.201) by fmx2.freemail.hu with SMTP; 22 Jul 2004 15:06:04 +0200 Received: (qmail 80403 invoked by uid 3421979); 22 Jul 2004 15:06:02 +0200 Date: Thu, 22 Jul 2004 15:06:02 +0200 (CEST) From: =?ISO-8859-2?Q?Kov=E1cs_P=E9ter?= To: freebsd-stable@FreeBSD.org Message-ID: X-Originating-IP: [81.182.48.243] X-HTTP-User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-2 Subject: Degrade, upgrade X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 13:06:08 -0000 Hello guys, I have a system running FreeBSD 5.2.1 and want to degrade it to FreeBSD 4.10 (because the program I want to use only runs and supported on that platform) without reinstalling the system. Is it enough to cvsup to the RELENG_4 branch and recompile the system? Should I recompile all the programs that were previously compiled in the FreeBSD 5 environment? I would also like to know how this works backwards (which is the common way), so to upgrade from 4 to branch 5. Is there some kind of tutorial for this? Thanks, P.