From owner-freebsd-questions@FreeBSD.ORG Fri Feb 20 21:39:51 2009 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 9E38E106566B for ; Fri, 20 Feb 2009 21:39:51 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-bw0-f170.google.com (mail-bw0-f170.google.com [209.85.218.170]) by mx1.freebsd.org (Postfix) with ESMTP id 27C6D8FC23 for ; Fri, 20 Feb 2009 21:39:50 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by bwz18 with SMTP id 18so4071076bwz.19 for ; Fri, 20 Feb 2009 13:39:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=48efzAw3SbbC+eIc4B76kvxPZ1w/cnj5Os0hhk697ho=; b=XF8H7/UbyZ0ddbwEXCKNNEB0x0taq+YWDHz98W1O2quTQe/UxZtmymwdz5zgouWMxZ xXPqbH4PmzTRyxc0usXwAZRY706Uzz2inr5/mr6w2QEh82WEkWUdrrjXdl8QLzBQdRVd QOZC8k9eYiNv3G0aSjty4UeiFHJoR1zGao83k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=L8Ivq1nRfkzoP6cvS2fczdzRU5+owyj2LcQd+/ChQPigmz/84ARnifKO0cFEXpTJW1 HnEl8JjQSIjCwCTPnWlFvTLuo2IT+vCPzsWxQgtqW1DLilZyrRfjJJ2/kPDNGWjz7ziJ uS0G6gcF8Z9xYy+xPvZcSGj7hsedPcCfkY1qM= MIME-Version: 1.0 Received: by 10.223.107.135 with SMTP id b7mr1644774fap.30.1235165989750; Fri, 20 Feb 2009 13:39:49 -0800 (PST) In-Reply-To: References: Date: Fri, 20 Feb 2009 16:39:49 -0500 Message-ID: <4ad871310902201339i2297ce66t39950a1b2221fd67@mail.gmail.com> From: Glen Barber To: Pieter Donche Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "mail.list freebsd-questions" Subject: Re: Ports Options 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: Fri, 20 Feb 2009 21:39:51 -0000 On Fri, Feb 20, 2009 at 4:24 PM, Pieter Donche wrote: > At the first install of a package via the ports collection (cd > /usr/ports/../..; make install clean), if the package provides configuration > options, you can check these on a menu screen, > or accept all the defaults. > > If later on, you want to know what the set of the options were when you > installed a port, how to find that out? I tried > # cd /usr/ports// > # make > hoping to see the menu again, but it doesn't show any menu, but says: > ===> Found saved configuration for > > Where is that saved configuration kept ?? > How to get a menu displayed again so you can see and check the options > you want? `make config' -- Glen Barber