From owner-freebsd-stable@FreeBSD.ORG Wed Mar 15 01:59:06 2006 Return-Path: X-Original-To: freebsd-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 5A91016A422 for ; Wed, 15 Mar 2006 01:59:06 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from mail2.ambrisko.com (mail2.ambrisko.com [64.174.51.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82B3943D66 for ; Wed, 15 Mar 2006 01:59:02 +0000 (GMT) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) ([192.168.1.2]) by mail2.ambrisko.com with ESMTP; 14 Mar 2006 17:58:37 -0800 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.11/8.12.11) with ESMTP id k2F1x1Rr058568; Tue, 14 Mar 2006 17:59:02 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.11/8.12.11/Submit) id k2F1x1ci058567; Tue, 14 Mar 2006 17:59:01 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200603150159.k2F1x1ci058567@ambrisko.com> In-Reply-To: <20060309085658.o6d44acukg4ksso8@webmail.restart.be> To: Henri Hennebert Date: Tue, 14 Mar 2006 17:59:01 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Cc: freebsd-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, 15 Mar 2006 01:59:06 -0000 Henri Hennebert writes: | > Glenn Dawson wrote: | >> At 12:06 PM 3/8/2006, you 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. | >> | >> Take a look at sys/conf/newvers.sh | > | > Excellent, thanks! I'm presuming i have to do a full build/install | > world for this to take effect. Do you think that anything may break | > because of this manual change, even if i used RELENG_6 code? I will not | > be installing any ports. | | I would prefer to wrap /usr/bin/uname with a temporary custom version | returning | the disired values. You can use UNAME_ over-rides. Doug A.