From owner-freebsd-ports@FreeBSD.ORG Fri Jan 14 13:47:19 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4E6116A4CF for ; Fri, 14 Jan 2005 13:47:19 +0000 (GMT) Received: from uri.sublimemail.com (uri.sublimemail.com [66.45.27.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 448B943D1F for ; Fri, 14 Jan 2005 13:47:19 +0000 (GMT) (envelope-from steve@havk.org) Received: from bsd.havk.org (unknown [63.108.131.214]) by uri.sublimemail.com (Postfix) with ESMTP id 4C6E14FC01E; Fri, 14 Jan 2005 07:47:18 -0600 (CST) Received: by bsd.havk.org (Postfix, from userid 1001) id 05D521A78A; Fri, 14 Jan 2005 07:47:18 -0600 (CST) Date: Fri, 14 Jan 2005 07:47:17 -0600 From: Steve Price To: freebsd-ports Message-ID: <20050114134717.GE27846@bsd.havk.org> References: <2578F22C7A5515449899AF290E2D4832202B@lotus.ad.socruel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2578F22C7A5515449899AF290E2D4832202B@lotus.ad.socruel.org> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.9-STABLE i386 cc: freebsd-ports@freebsd.org Subject: Re: Question about 'option screens' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jan 2005 13:47:19 -0000 On Fri, Jan 14, 2005 at 02:43:26PM +0100, freebsd-ports wrote: > > I can't seem to find out were chosen options of an option screen of a > port are stored. Type 'make rmconfig' from the directory of the port for which you want to remove the saved options. -steve