From owner-freebsd-doc@FreeBSD.ORG Thu Jan 10 09:38:37 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 042649F9 for ; Thu, 10 Jan 2013 09:38:37 +0000 (UTC) (envelope-from b.smeelen@ose.nl) Received: from mail.ose.nl (mail.ose.nl [212.178.134.164]) by mx1.freebsd.org (Postfix) with ESMTP id 956AEFD9 for ; Thu, 10 Jan 2013 09:38:36 +0000 (UTC) X-Footer: b3NlLm5s Received: from localhost ([127.0.0.1]) by mail.ose.nl (using TLSv1/SSLv3 with cipher AES256-SHA (256 bits)) for freebsd-doc@freebsd.org; Thu, 10 Jan 2013 10:38:28 +0100 Message-ID: <50EE8C0B.8050402@ose.nl> Date: Thu, 10 Jan 2013 10:38:19 +0100 From: Bas Smeelen User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-doc@freebsd.org Subject: freebsd-update in the handbook Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2013 09:38:37 -0000 Hi Would it be good to include a bit of pkg upgrade in section 25.2.3 major and minor upgrades of the handbook? Since I am using poudriere to build packages also for our production servers now, I would think that instead of the portupgrade stuff before the final freebsd-update install a simple pkg upgrade -f would suffice. Thus either using portupgrade or pkg upgrade before issuing the final freebsd-update install.