From owner-freebsd-questions@FreeBSD.ORG Fri Aug 25 10:20:31 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 7B05216A4DF for ; Fri, 25 Aug 2006 10:20:31 +0000 (UTC) (envelope-from yuanjue02@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E43743D45 for ; Fri, 25 Aug 2006 10:20:30 +0000 (GMT) (envelope-from yuanjue02@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1060947pye for ; Fri, 25 Aug 2006 03:20:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=hDnDkf7GOAgBRGUHWo15DwG3zYam8tkuNwCDwcYCj/c/tDyX7JLjWz3h/RCDXDW0qfa8Sqx/yIn4gnsu3+VYTb/rsaJxFXSjt2jdJxxgozzd4O4YpmkMdgTAvkYI/gRDBBJQ2tee3L+EWjF21zmQhRSlDKV2L0YgDK1mOGawn4k= Received: by 10.35.39.2 with SMTP id r2mr4796911pyj; Fri, 25 Aug 2006 03:20:30 -0700 (PDT) Received: from ?222.48.99.49? ( [124.172.191.114]) by mx.gmail.com with ESMTP id r66sm2233373pye.2006.08.25.03.20.29; Fri, 25 Aug 2006 03:20:30 -0700 (PDT) From: "Yuan, Jue" Organization: Institute of Computing Technology, CAS, China To: freebsd-questions@freebsd.org Date: Fri, 25 Aug 2006 18:22:42 +0800 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608251822.42336.yuanjue02@gmail.com> Subject: How to change kernel version tag? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 10:20:31 -0000 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? Any ideas are really appreciated. :-) -- Best Regards Yuan, Jue @ http://www.yuanjue.net