From owner-freebsd-current@FreeBSD.ORG Fri Aug 25 14:27:57 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E15B16A4DA for ; Fri, 25 Aug 2006 14:27:57 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from virtual.micronet.sk (smtp.micronet.sk [84.16.32.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id B95C843DC4 for ; Fri, 25 Aug 2006 14:27:37 +0000 (GMT) (envelope-from danger@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by virtual.micronet.sk (Postfix) with ESMTP id 6F21610E759; Fri, 25 Aug 2006 16:27:25 +0200 (CEST) X-Virus-Scanned: by amavisd-new at virtual.micronet.sk Received: from virtual.micronet.sk ([127.0.0.1]) by localhost (virtual.micronet.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vBof9I8-jyF7; Fri, 25 Aug 2006 16:27:22 +0200 (CEST) Received: from danger.mcrn.sk (danger.mcrn.sk [84.16.37.254]) by virtual.micronet.sk (Postfix) with ESMTP id 9192610E75E; Fri, 25 Aug 2006 16:27:22 +0200 (CEST) Date: Fri, 25 Aug 2006 16:27:35 +0200 From: Daniel Gerzo Organization: The FreeBSD Project X-Priority: 3 (Normal) Message-ID: <1792789242.20060825162735@rulez.sk> To: "Yuan, Jue" In-Reply-To: <200608252000.07240.yuanjue02@gmail.com> References: <200608252000.07240.yuanjue02@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: How to change kernel version? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 14:27:57 -0000 Hello Jue, Friday, August 25, 2006, 2:00:07 PM, you wrote: > Hi all. > Could I change the kernel version tag manually? say, I have a kernel which is > 7.0-CUREENT, but for some reasons I wanna it be something like 6.1-RELEASE, > while the kernel itself does't change from 7.0-CURRENT to 6.1-RELEASE. All I > want is the change of tag. For example, if this works, then when I > type "uname -a" in console, I would get "6.1-RELEASE ..." instead > of "7.0-CURRENT ...". > I guess some config files in src/sys/ could take care of this. But I cannot > find it out. Anybody knows how to get this job done? It's src/sys/conf/newvers.sh But I don't think it's a good idea to fake it ;-) > Any ideas are really appreciated. :-) > BTW: I am not in this list. So if you reply, please CC a copy to me. Thanks. -- Best regards, Daniel mailto:danger@FreeBSD.org