From owner-freebsd-questions@freebsd.org Wed Jun 24 21:04:49 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7C139161E9 for ; Wed, 24 Jun 2015 21:04:49 +0000 (UTC) (envelope-from chuck@mantis.biz) Received: from zip.c7hosting.com (zip.c7hosting.com [96.47.41.151]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71DF319C9 for ; Wed, 24 Jun 2015 21:04:49 +0000 (UTC) (envelope-from chuck@mantis.biz) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mantis.biz; s=default; h=Content-Transfer-Encoding:Content-Type:Subject:To:MIME-Version:From:Date:Message-ID; bh=eZdIWXiWqcnpIM8+nb/D4x0z9Oe5tXu2OXj3VxV8Luo=; b=PDRwYF6Sbhk+vDLicEr2078ljvSJi+r/IBWSeCxrl2FTrfpNh/Q9k0/DCmX3wZl8N//Ht8uKcOKEjXhBqK3q/ZUu+5HEg+LxVGBPsjrpuKuZjpAlitpRcTx/SWYZFgpy; Received: from [69.158.105.20] (port=50330 helo=[192.168.2.13]) by zip.c7hosting.com with esmtpa (Exim 4.85) (envelope-from ) id 1Z7rqd-00069Z-4N for freebsd-questions@freebsd.org; Wed, 24 Jun 2015 17:04:43 -0400 Message-ID: <558B1B6D.4000303@mantis.biz> Date: Wed, 24 Jun 2015 17:04:45 -0400 From: "Chuck @ Mantis" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: binary upgrades and /usr/src/UPDATING Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - zip.c7hosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - mantis.biz X-Get-Message-Sender-Via: zip.c7hosting.com: authenticated_id: chuck@mantis.biz X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2015 21:04:49 -0000 In past versions of BSD I've complied my own updates from source but now that I've started using the binary upgrade 'freebsd-update' where can I read /usr/src/UPDATING before updating things? I used to do it after a cvs/svn update