From owner-freebsd-current@FreeBSD.ORG Mon Nov 12 23:50:10 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 80D297BB for ; Mon, 12 Nov 2012 23:50:10 +0000 (UTC) (envelope-from mjguzik@gmail.com) Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id 0D9868FC12 for ; Mon, 12 Nov 2012 23:50:09 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id fm10so1900360wgb.1 for ; Mon, 12 Nov 2012 15:50:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=+I14ukoNzWplww1hMNbzwKQ77qjM2FPw/nU9550JIPs=; b=sq5lz7buGaYHTE0sGznc9AfT8jeL9U5AHrpdTuBqokKMmkvc/L7v3oxF6oeNsX/tH/ FBS0Tw3GxeDpXXAvJIrK7VqaY65XSfhVgXAe69DRHLlXd2UR2O5H0MknVIiHW/JPioUY GLq8YEITOj9f8EJH4V3x7KaNp1Fjyz3OTCbkNiPOdqZlnhhMOAMoxzyzeO2C3bJES/oP 1gye2hJVqjbAYSbXS7KGURUB4YzBjR0uiF4+lt1SE066G2v9AYASW7DPt7hRfey2wfAA aVn7HNH8iXDvZmr9cf5HO6DU/wKi9Cx8XcOFV73RDdR475k2n2pRQmnQBiDlcLpjjXb7 BvIQ== Received: by 10.216.204.139 with SMTP id h11mr8465944weo.128.1352764203219; Mon, 12 Nov 2012 15:50:03 -0800 (PST) Received: from dft-labs.eu (n1x0n-1-pt.tunnel.tserv5.lon1.ipv6.he.net. [2001:470:1f08:1f7::2]) by mx.google.com with ESMTPS id c7sm9864911wix.6.2012.11.12.15.50.02 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 12 Nov 2012 15:50:02 -0800 (PST) Date: Tue, 13 Nov 2012 00:49:52 +0100 From: Mateusz Guzik To: Darrel Subject: Re: can't open '/boot/menusets.4th' Message-ID: <20121112234952.GA17144@dft-labs.eu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2012 23:50:10 -0000 On Mon, Nov 12, 2012 at 06:11:43PM -0500, Darrel wrote: > Hello, > > Today I booted r242670 from the console and noticed this error message: > can't open '/boot/menusets.4th': no such file of directory > > Error while including /boot/menu-commands.4th, in the line > include /boot/menusets.4th > > Error while including /boot/menu.rc, in the line > include /boot/menu-commands.4th > Seems to be fixed by r242688. -- Mateusz Guzik