From owner-freebsd-questions@FreeBSD.ORG Mon Jan 23 15:41:47 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C116106566C for ; Mon, 23 Jan 2012 15:41:47 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 36D998FC1C for ; Mon, 23 Jan 2012 15:41:46 +0000 (UTC) Received: by iagz16 with SMTP id z16so7347883iag.13 for ; Mon, 23 Jan 2012 07:41:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=eY+M1FzrdoFdff9oKCTBfJsjP4RLXKzSMbfzhqYKoOI=; b=WrkIRWto9Xl0pUWanbwEOghOl2Z71GR0XqZ9u1b3l54Rbjn/GrIZgERMGD895AyPKj mWK49IMbM5SjyHB4XG0cIDtYtiQtNB7fiYc7HI4KZeiFOxWdIaLQ8I/J/aLFXIopf4y2 qd7mYn96Nz0DrwqHN46Pac4+04EwF7DH8S6P4= MIME-Version: 1.0 Received: by 10.50.160.131 with SMTP id xk3mr10451827igb.19.1327333306565; Mon, 23 Jan 2012 07:41:46 -0800 (PST) Received: by 10.42.158.65 with HTTP; Mon, 23 Jan 2012 07:41:46 -0800 (PST) In-Reply-To: References: Date: Mon, 23 Jan 2012 16:41:46 +0100 Message-ID: From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: TAB not jumping to OK in options screen X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2012 15:41:47 -0000 Well, I wanted the output to be logged, so in fact I did # make install clean | tee /tmp/xorg-install.txt Now, I tried again without the | tee ... and there wasn't a problem now ... But the | tee shouldn't be a problem, since in my script I run every week for a number of years already to do portupgrades, I have also a line portupgrade ...(my options)... | tee /tmp/portupgrade-mail this regularly offers me an options screen ... and I never had a problem Weird... 2012/1/23 claudiu vasadi > > Hi, > > I've never experienced anything similar but one workaround is to edit the > "Makefile:" and change the "Off" to "On" for the options you need, and the > other way around for the options you don;t need. > > Still, the real problem eludes me and that;s the one that needs fixing. > > > > -- > Best regards, > Claudiu Vasadi > >