From owner-freebsd-stable@FreeBSD.ORG Thu Oct 30 00:14:05 2014 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B69BBFA8 for ; Thu, 30 Oct 2014 00:14:05 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6DD11EAD for ; Thu, 30 Oct 2014 00:14:04 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s9U0E3vb054872 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 29 Oct 2014 18:14:03 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id s9U0E33p054869; Wed, 29 Oct 2014 18:14:03 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 29 Oct 2014 18:14:02 -0600 (MDT) From: Warren Block To: Walter Hop Subject: Re: Small motd nit in 10.1 In-Reply-To: <8C81A636-D2B5-4EFB-9EA3-58E88E16CA94@spam.lifeforms.nl> Message-ID: References: <8C81A636-D2B5-4EFB-9EA3-58E88E16CA94@spam.lifeforms.nl> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Wed, 29 Oct 2014 18:14:03 -0600 (MDT) Cc: freebsd-stable@FreeBSD.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2014 00:14:05 -0000 On Wed, 29 Oct 2014, Walter Hop wrote: > I noticed that the motd has been updated, which is great. > https://svnweb.freebsd.org/base/releng/10.1/etc/motd?revision=272461&view=markup > > However, the following line could be improved: > Show the version of FreeBSD installed: uname -a > > I would recommend changing the line to: > Show the version of FreeBSD installed: freebsd-version > > Users often confuse the kernel version (uname -a) with the actual FreeBSD version from the freebsd-version(1) command. Because of this, people needlessly worry whether their system was updated correctly after freebsd-update has run, because they erroneously check this with ?uname -a?. A small motd change will hopefully prevent that. Sorry, I don't understand the source of confusion. Besides the version, uname(1) also shows the architecture and kernel config file name.