From owner-freebsd-questions@FreeBSD.ORG Fri Feb 20 21:24:47 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 E9504106564A for ; Fri, 20 Feb 2009 21:24:47 +0000 (UTC) (envelope-from Pieter.Donche@ua.ac.be) Received: from hmacs.cmi.ua.ac.be (hmacs.cmi.ua.ac.be [143.129.75.10]) by mx1.freebsd.org (Postfix) with ESMTP id 793AA8FC24 for ; Fri, 20 Feb 2009 21:24:46 +0000 (UTC) (envelope-from Pieter.Donche@ua.ac.be) Received: from hmacs.cmi.ua.ac.be (localhost [127.0.0.1]) by hmacs.cmi.ua.ac.be (8.13.8+Sun/8.13.8) with ESMTP id n1KLOjQg007293 for ; Fri, 20 Feb 2009 22:24:45 +0100 (CET) Received: from localhost (pdon@localhost) by hmacs.cmi.ua.ac.be (8.13.8+Sun/8.13.8/Submit) with ESMTP id n1KLOj0m007290 for ; Fri, 20 Feb 2009 22:24:45 +0100 (CET) X-Authentication-Warning: hmacs.cmi.ua.ac.be: pdon owned process doing -bs Date: Fri, 20 Feb 2009 22:24:45 +0100 (CET) From: Pieter Donche X-X-Sender: pdon@hmacs.cmi.ua.ac.be To: "mail.list freebsd-questions" Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Ports Options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pieter Donche List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2009 21:24:48 -0000 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?