From owner-freebsd-stable@FreeBSD.ORG Wed Jun 25 08:52:23 2014 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB0BB4AD for ; Wed, 25 Jun 2014 08:52:23 +0000 (UTC) Received: from mxout014.mail.hostpoint.ch (mxout014.mail.hostpoint.ch [IPv6:2a00:d70:0:e::314]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 690CD2C20 for ; Wed, 25 Jun 2014 08:52:22 +0000 (UTC) Received: from [10.0.2.45] (helo=asmtp012.mail.hostpoint.ch) by mxout014.mail.hostpoint.ch with esmtp (Exim 4.82 (FreeBSD)) (envelope-from ) id 1WziwF-000F1g-A3 for stable@freebsd.org; Wed, 25 Jun 2014 10:52:19 +0200 Received: from [82.136.95.119] (helo=atlantis.intranet) by asmtp012.mail.hostpoint.ch with esmtpa (Exim 4.82 (FreeBSD)) (envelope-from ) id 1WziwF-000Gbf-7u for stable@freebsd.org; Wed, 25 Jun 2014 10:52:19 +0200 Received: from maxlor.mine.nu (localhost [127.0.0.1]) by atlantis.intranet (Postfix) with ESMTP id AC7EAA3EC for ; Wed, 25 Jun 2014 10:52:18 +0200 (CEST) X-Authenticated-Sender-Id: mail@maxlor.com MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 25 Jun 2014 10:52:18 +0200 From: Benjamin Lutz To: stable@freebsd.org Subject: freebsd-update(8) and /usr/src/UPDATING Message-ID: <01f035323472e4c6e8679f4061a902ff@maxlor.mine.nu> X-Sender: mail@maxlor.com User-Agent: Roundcube Webmail/1.0.1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2014 08:52:23 -0000 Hello, I notice that freebsd-update does not update /usr/src/UPDATING, even though I have the src Component enabled in its configuration. Is there a way to make freebsd-update keep that file in sync with the updates it effects in /usr/src? If there isn't, I'd like to ask for that file being added to freebsd-update's src component. The file becomes useless if it's not in sync with the source tree it describes. As can be seen here: http://svnweb.freebsd.org/base/releng/10.0/UPDATING?revision=267829 it is being updated for the releng branches after all. Cheers, Benjamin