From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 24 19:00:13 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC60D106566B for ; Thu, 24 Sep 2009 19:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CBD1F8FC16 for ; Thu, 24 Sep 2009 19:00:13 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8OJ0C6l082977 for ; Thu, 24 Sep 2009 19:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8OJ0Cku082976; Thu, 24 Sep 2009 19:00:12 GMT (envelope-from gnats) Date: Thu, 24 Sep 2009 19:00:12 GMT Message-Id: <200909241900.n8OJ0Cku082976@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gavin Atkinson Cc: Subject: Re: kern/126926: [build] [patch] Add MACHINE to dmesg X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gavin Atkinson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2009 19:00:13 -0000 The following reply was made to PR kern/126926; it has been noted by GNATS. From: Gavin Atkinson To: Andriy Gapon Cc: bug-followup@FreeBSD.org Subject: Re: kern/126926: [build] [patch] Add MACHINE to dmesg Date: Thu, 24 Sep 2009 19:51:49 +0100 (BST) On Thu, 24 Sep 2009, Andriy Gapon wrote: > In this output: > $ uname -a > FreeBSD trant 9.0-CURRENT FreeBSD 9.0-CURRENT #33 r197450+d66a152-dirty: Thu Sep > 24 10:53:09 EEST 2009 avg@trant:/usr/obj/usr/src/sys/TRANT amd64 > > I already don't really like the fact that 'FreeBSD' and '9.0-CURRENT' are printed > twice. So I don't really want 'amd64' to be printed twice too. > > Could you please try the attached patch and see how it looks? Patch works fine, I'm happy with it. Thanks! Gavin