From owner-freebsd-current@FreeBSD.ORG Mon Jun 30 21:49:52 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B28BC4F for ; Mon, 30 Jun 2014 21:49:52 +0000 (UTC) Received: from mail-qa0-x22a.google.com (mail-qa0-x22a.google.com [IPv6:2607:f8b0:400d:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E0362935 for ; Mon, 30 Jun 2014 21:49:52 +0000 (UTC) Received: by mail-qa0-f42.google.com with SMTP id dc16so7088654qab.29 for ; Mon, 30 Jun 2014 14:49:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=KPQ0CQFX5+sZ/Co6pwLunn4W3BeV8aUwcNfzAVJSA0Q=; b=VaWjN4juGJZBfsEqeHs6CKVRed6g9D5uO7F5kberzEB3ddYSt8gPE3g++/FVzcqzX4 JRXlN1tZ7TP9z9P4szIHOTtNmNNo3Bqrlh8iBP5n6Kz0XDS1Xa18c9mp6WJGG2OF+bev W4JKFn5ypWnbwcFDt7usBvDp4abLCMAn7PaQxAPNTsmswTzqhw4aPfnCEA9xb5UhZ9R6 IgdbXrqKWDCdVPPQXslRUYozbnNBlVu9fIWbBOzXfJGTOlyshDkR3+0UDV1VKpxXwVC8 Tv+X9i90T96A9qPnG6ILQF6sQSy/T2hRJVsugDOVzz1mvPjHUa4Z9mpxayu6LVJhgpuv l1Fw== MIME-Version: 1.0 X-Received: by 10.224.172.10 with SMTP id j10mr55664815qaz.46.1404164991265; Mon, 30 Jun 2014 14:49:51 -0700 (PDT) Sender: carpeddiem@gmail.com Received: by 10.140.49.239 with HTTP; Mon, 30 Jun 2014 14:49:51 -0700 (PDT) In-Reply-To: <20140630211700.2d3792fc.ohartman@zedat.fu-berlin.de> References: <20140630211700.2d3792fc.ohartman@zedat.fu-berlin.de> Date: Mon, 30 Jun 2014 17:49:51 -0400 X-Google-Sender-Auth: qg6riYeVfkQO7HAfQ0rZzXix6b0 Message-ID: Subject: Re: unknown option "VT_MAXWINDOWS" From: Ed Maste To: "O. Hartmann" Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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, 30 Jun 2014 21:49:52 -0000 On 30 June 2014 15:17, O. Hartmann wrote: > I tried today the new vt console in CURRENT and followed the steps described in the > manpage. Trying to compile a kernel with > > options VT_MAXWINDOWS=10 > > issues an error: > > unknown option "VT_MAXWINDOWS" > > What is wrong? Sorry about that. These were missing in the options definition file, now corrected in r268059. http://svnweb.freebsd.org/base?view=revision&revision=268059 If you update again it should be fine. -Ed