From owner-svn-src-all@FreeBSD.ORG Sun Jun 21 06:56:29 2015 Return-Path: Delivered-To: svn-src-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ECDA1725; Sun, 21 Jun 2015 06:56:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 DAC838BF; Sun, 21 Jun 2015 06:56:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5L6uTlx061251; Sun, 21 Jun 2015 06:56:29 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5L6uTjV061250; Sun, 21 Jun 2015 06:56:29 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506210656.t5L6uTjV061250@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 21 Jun 2015 06:56:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r284672 - head/sys/boot/forth X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jun 2015 06:56:30 -0000 Author: antoine Date: Sun Jun 21 06:56:29 2015 New Revision: 284672 URL: https://svnweb.freebsd.org/changeset/base/284672 Log: Install version.4th.8 again It was disconnected from installation in r281081, but was never removed from the tree or added to ObsoleteFiles.inc Modified: head/sys/boot/forth/Makefile Modified: head/sys/boot/forth/Makefile ============================================================================== --- head/sys/boot/forth/Makefile Sun Jun 21 06:54:54 2015 (r284671) +++ head/sys/boot/forth/Makefile Sun Jun 21 06:56:29 2015 (r284672) @@ -8,6 +8,7 @@ MAN+= beastie.4th.8 \ loader.conf.5 \ loader.4th.8 \ menu.4th.8 \ - menusets.4th.8 + menusets.4th.8 \ + version.4th.8 .include