From owner-freebsd-questions@FreeBSD.ORG Wed Jul 14 13:45:51 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C02C1065679 for ; Wed, 14 Jul 2010 13:45:51 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.41]) by mx1.freebsd.org (Postfix) with ESMTP id 00D308FC26 for ; Wed, 14 Jul 2010 13:45:49 +0000 (UTC) Received: (qmail 28029 invoked from network); 14 Jul 2010 13:45:49 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 14 Jul 2010 13:45:49 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 287B95084D; Wed, 14 Jul 2010 09:45:48 -0400 (EDT) From: Lowell Gilbert To: zaxis References: <29147737.post@talk.nabble.com> Date: Wed, 14 Jul 2010 09:45:47 -0400 In-Reply-To: <29147737.post@talk.nabble.com> (zaxis's message of "Tue, 13 Jul 2010 01:12:12 -0700 (PDT)") Message-ID: <4439vmdvn8.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: How can i know if the freebsd kernel need to be updated ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2010 13:45:51 -0000 zaxis writes: > Now i use the following commands to maintain my freebsd box. > >>portsnap fetch update >>pkg_version -vIL= >>portupgrade -R xxx > > It works great for software installed through ports. However, how can i know > if the kernel needs to be updated ? That procedure *only* updates your ports. Unless you do something else to update the base system (e.g., csup or freebsd-update), you won't need to update the kernel.