From owner-freebsd-questions@FreeBSD.ORG Tue Dec 8 09:33:39 2009 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 A65081065692 for ; Tue, 8 Dec 2009 09:33:39 +0000 (UTC) (envelope-from a.huth@tmr.net) Received: from bo-uwka-srv01.de.tmr.net (bo-uwka-srv01.de.tmr.net [212.23.146.2]) by mx1.freebsd.org (Postfix) with ESMTP id 603088FC15 for ; Tue, 8 Dec 2009 09:33:39 +0000 (UTC) Received: from localhost (localhost.de.tmr.net [127.0.0.1]) by bo-uwka-srv01.de.tmr.net (Postfix) with ESMTP id C738B1DF478 for ; Tue, 8 Dec 2009 10:33:36 +0100 (CET) Received: from bo-uwka-srv01.de.tmr.net ([127.0.0.1]) by localhost (bo-uwka-srv01.de.tmr.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14518-01-47 for ; Tue, 8 Dec 2009 10:33:36 +0100 (CET) Received: from localhost (ip-77-25-202-176.web.vodafone.de [77.25.202.176]) by bo-uwka-srv01.de.tmr.net (Postfix) with ESMTP id DDE941DF46D for ; Tue, 8 Dec 2009 10:33:35 +0100 (CET) Date: Tue, 8 Dec 2009 10:33:31 +0100 From: Alex Huth To: freebsd-questions@freebsd.org Message-ID: <20091208093331.GE3787@borusse.borussiapark> References: <20091207095416.GA3765@borusse.borussiapark> <4B1CD725.8030607@infracaninophile.co.uk> <20091207105332.GC3765@borusse.borussiapark> <4B1CE5CC.409@infracaninophile.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4B1CE5CC.409@infracaninophile.co.uk> Predence: first-class Priority: normal X-Editor: VIM - Vi IMproved 7.1 (2007 May 12, compiled Oct 17 2008 18:11:28) X-Operating-System: Linux 2.6.26-2-686 i686 GNU/Linux X-Mailer: Mutt 1.5.18 (2008-05-17) User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: update/upgrade question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2009 09:33:39 -0000 * Matthew Seaman schrieb: > Alex Huth wrote: > > Yes. If you want to track one of the development branches (HEAD, RELENG_N) > then you have to update sources by csup(1) or various other mechanisms and > then compile your kernel+world yourself. > > Alternatively you can track release branches (RELENG_N_M) in the same way, > or so long as the release branch is still in support, you can use > freebsd-update(8) to pull down pre-built binary updates. > > thx, this was a good explanation. Maybe one last (hopefully ;) ) question to this topic. How can i see if a update has a kernel update, to prevent unnessecary reboots? thx Alex