From owner-freebsd-current@freebsd.org Wed Sep 26 13:23:43 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58F0010ACAC3 for ; Wed, 26 Sep 2018 13:23:43 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 067437D5BD for ; Wed, 26 Sep 2018 13:23:42 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 58BF121AFA for ; Wed, 26 Sep 2018 09:23:42 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Wed, 26 Sep 2018 09:23:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; bh=OVlBDLvh5RhlhUo/L1xMm9b8pyn0DEq97UQ4D0w8hNI=; b=m92bCPtE SbSFa1e6oy3ORlPVv0PKsyjSnGbqfcyVBgw58giIuwYcP07jLVBYyxde2eFj20d2 zC+l1emL2U0ghrb6vFE9CAd0TnuP9C6UqysdICIFgSbFXWX/x9NIK/0sXu98acGD 3Ai8wMZ9+Ce+BOiGKZl7gJWdNnrDc3Xgh4sNWRT6ppO0IsF7JCLu3KStMn6aPlT4 bZ6Oq1hpCUs19zdkFq3o3s6pUKGD0rmzj57LruG8/kUCZWAj1V59TekwqdllnJ96 r/zElkCtpkWT/U4Ae1IgrKmN7NSfGVSyxpvRg/LpqDwZkXiRqeCdEyPgRbJsEEVM PBeCQid/al+mVw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=OVlBDLvh5RhlhUo/L1xMm9b8pyn0D Eq97UQ4D0w8hNI=; b=dezkklbH0iJixeLrDZzCGxOl9f8of1Tcs6U71x0I2Jtmj LkQmpgmziD4vlH/6CnuxFPKs/Qd2kPHrgaVhgd/4PF0/BziWvyX+RbzonyCsY1MI rP1TwmHeJMMCFOoWWYE86s8EWoMLLW4Fy6klaDoKJAQsxbNFduTW3Md3r8j6JT2I 8p++iBITZLIQL3k/MxA/FGIpwlp48uSL7FHgNUdo7Yl/4y7NSrCiYezuRnmesxf4 5ynIQrX9jDuZfHiei4u/ApKMH6eyx7JXxZlCX+vwiTakBKvBWh9dfdUAbqcvf9th Kg1EwmVNUb0cBhtS7RxxLI3IZXOTsZLcvGWriU5Ew== X-ME-Proxy: X-ME-Sender: Received: from desktop.local (parsley.growveg.org [82.70.91.97]) by mail.messagingengine.com (Postfix) with ESMTPA id C09F1E44DF for ; Wed, 26 Sep 2018 09:23:41 -0400 (EDT) To: FreeBSD Current From: tech-lists Subject: change in uname -a behaviour between 12-ALPHA5 and 12-ALPHA7 Organization: none Message-ID: Date: Wed, 26 Sep 2018 14:23:40 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2018 13:23:43 -0000 Hello, uname -a used to show a string including the date and where the kernel was compiled: FreeBSD 12.0-ALPHA5 #0 r338518: Fri Sep 7 02:13:14 UTC 2018 root@releng3.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC It no longer does: root@REDACTED:/etc# uname -a FreeBSD REDACTED.REDACTED.org 12.0-ALPHA7 FreeBSD 12.0-ALPHA7 r338903 REDACTED amd64 How can I get the old behaviour back? thanks, -- J.