From owner-freebsd-stable@FreeBSD.ORG Wed Mar 8 20:17:15 2006 Return-Path: X-Original-To: stable@freebsd.org 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 1CDF416A420 for ; Wed, 8 Mar 2006 20:17:15 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id A473D43D46 for ; Wed, 8 Mar 2006 20:17:14 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id s17so201710wxc for ; Wed, 08 Mar 2006 12:17:13 -0800 (PST) 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=JeNK6Ge2XYQlXellnkUdHbRdfbuHgAy0MwRN7QIcLY/YQkcVGvsz7XbmGg2CgLRuVzk+DOQiXQ23E2AdlgNBeTQPJsv6EPPZadEJEs0nF01vvOH0SYI9a+9jgS4TrZrZbMpJPFpsXrbt+Nik80l6bXySO6vgrfUHHpYEmzjLAiA= Received: by 10.70.108.16 with SMTP id g16mr301031wxc; Wed, 08 Mar 2006 12:17:13 -0800 (PST) Received: by 10.70.31.17 with HTTP; Wed, 8 Mar 2006 12:17:13 -0800 (PST) Message-ID: <790a9fff0603081217x190cbcbao94b56dd3943d77da@mail.gmail.com> Date: Wed, 8 Mar 2006 14:17:13 -0600 From: "Scot Hetzel" To: "Mike Jakubik" In-Reply-To: <440F393C.9030302@rogers.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <440F393C.9030302@rogers.com> Cc: stable@freebsd.org Subject: Re: Changing release version on source X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Mar 2006 20:17:15 -0000 On 3/8/06, Mike Jakubik wrote: > Does anyone know how to change the release version of the source code? I > have some brain dead software (Plesk) that insists on FreeBSD 5.3, while > it will work just fine on 5.5 and even 6. I am wondering i can change > the version of RELENG_5 code so that this software will think its 5.3-R > and let me install. I have tried changing the variable in > /usr/src/release/Makefile, but that seems to have no effect. > To change it, you would have to edit sys/*/param.h. Does the installer for this program use shell scripts? If it does, you could edit the shell scripts to reconize newer version of FreeBSD. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.