From owner-freebsd-questions@FreeBSD.ORG Thu Apr 25 00:47:52 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 CA8A9239 for ; Thu, 25 Apr 2013 00:47:52 +0000 (UTC) (envelope-from feld@feld.me) Received: from new1-smtp.messagingengine.com (new1-smtp.messagingengine.com [66.111.4.221]) by mx1.freebsd.org (Postfix) with ESMTP id A01A6167D for ; Thu, 25 Apr 2013 00:47:50 +0000 (UTC) Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 5072C1DD3 for ; Wed, 24 Apr 2013 20:47:49 -0400 (EDT) Received: from web4.nyi.mail.srv.osa ([10.202.2.214]) by compute6.internal (MEProxy); Wed, 24 Apr 2013 20:47:49 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=feld.me; h= message-id:from:to:mime-version:content-transfer-encoding :content-type:subject:date:in-reply-to:references; s=mesmtp; bh= fbvczH9RZIU/Ic1it/8xrpXK69A=; b=YR/eK675RJeEWZz3uIdR/ww8jXbvH451 kyXzi5xZg/Mh4Q6KRyiYw8OiReSenX3sAw2z94uO/cldsDrZSFdA/pSfeEmEq2an uwRg5HFWHRHyiwrswsVf7DsXOnDCypJdqMykrNFdIU93NUVMh3hmG3ELyy/irYe5 U5uOCJh7Oqs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=fbvczH9RZIU/Ic1it/8xrpXK69A=; b=H1DjB kBsTwzTPNEimLHDWwqvbv4kYtzRw1mwmRwOu+QGzhmzgVzTnUwTLhNbqBpJm5Bdu PWRW1FcnChtk5oAh+/wj71SEVtO9QkfHW588X1/Y6P9uf4dADyJPfkN02kvDy40D d0h/Qi+4zrjzEfdcBz5aUhnhc2cpPiDUm39oy0= Received: by web4.nyi.mail.srv.osa (Postfix, from userid 99) id E460F70106C; Wed, 24 Apr 2013 20:47:48 -0400 (EDT) Message-Id: <1366850868.14180.140661222407930.081335B8@webmail.messagingengine.com> X-Sasl-Enc: SXPMN4wLFRdTGxQ9RQ/fvICrKf3VwuZcIw9zwstYCOjG 1366850868 From: Mark Felder To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-a83df6b4 Subject: Re: FreeBSD-update? Date: Wed, 24 Apr 2013 19:47:48 -0500 In-Reply-To: <201304242307.r3ON7AEg039368@chilled.skew.org> References: <201304242307.r3ON7AEg039368@chilled.skew.org> 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 00:47:52 -0000 On Wed, Apr 24, 2013, at 18: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 > Not useful if you don't have src on your servers, but that's good to know.