From owner-freebsd-questions@FreeBSD.ORG Thu Apr 25 01:41:20 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BE65CA51 for ; Thu, 25 Apr 2013 01:41:20 +0000 (UTC) (envelope-from freebsd-questions@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 7AF5A17DE for ; Thu, 25 Apr 2013 01:41:20 +0000 (UTC) Received: from laptop2.herveybayaustralia.com.au (unknown [192.168.0.170]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 541795C28 for ; Thu, 25 Apr 2013 11:57:40 +1000 (EST) Message-ID: <517889BF.3020205@herveybayaustralia.com.au> Date: Thu, 25 Apr 2013 11:41:19 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130205 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: FreeBSD-update? References: <201304242307.r3ON7AEg039368@chilled.skew.org> In-Reply-To: <201304242307.r3ON7AEg039368@chilled.skew.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Apr 2013 01:41:20 -0000 On 04/25/13 09:07, Mike Brown wrote: > Da Rock wrote: >> sysctl kern.version > For me, that's the same info as in uname -a. > > Try this: > > grep -v # /usr/src/sys/conf/newvers.sh | head -4 That shows even less. But the point of the OP was having a file in etc with the info on version, which I fell could be redundant given the excessive detail available in sysctl which is what it is meant for. uname actually refers to the sysctl as a neat command for a shell user, doesn't it?