From owner-freebsd-questions@FreeBSD.ORG Sat Mar 8 16:12:42 2008 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 C22B11065674 for ; Sat, 8 Mar 2008 16:12:42 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id 95FEC8FC19 for ; Sat, 8 Mar 2008 16:12:42 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1208742waf.3 for ; Sat, 08 Mar 2008 08:12:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=LtJFKZBBcJfi6VEFkTU3Co6ULldVRC/MAR8XacaGR7o=; b=cHcZ+9HgbapDi07Yfza5lJXI7/u7AScr1vp6a6h9zKADbSRxdT+8ZWaQkUr2qXl2fVaQ95Ic/vNtoGhD87AkwZo2fmsCLHDlNM+VFCez965Yir29/rCpZkBx5WrwIJ4GF4mW1V7IT9AAozKbwif6B4vVtQyrIXfyw3gX2BS6UvY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ems/bI66c/I4ScOE7ADKJgoEOKVNh94V1WttRLipIxik7+sMkrGkhSvHZryXPS5pFy61Kq2nu1xXJZ6mX7ck2m5h1Ulf+wGfDPb16wAQku6UopON0dqq6XwySigGwtoB4vY+d1RpuyYC75p336ndiIOf8jiG02Lh8XiqS2ilk2U= Received: by 10.114.180.1 with SMTP id c1mr753148waf.121.1204992761740; Sat, 08 Mar 2008 08:12:41 -0800 (PST) Received: by 10.114.14.5 with HTTP; Sat, 8 Mar 2008 08:12:41 -0800 (PST) Message-ID: <8d23ec860803080812w6c9270dfh8eec65a4129b54aa@mail.gmail.com> Date: Sat, 8 Mar 2008 11:12:41 -0500 From: Schiz0 To: dwilde1@gmail.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: unsetting a Port's configuration 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: Sat, 08 Mar 2008 16:12:42 -0000 On Sat, Mar 8, 2008 at 10:32 AM, Don Wilde wrote: > Hello, all - > > When building a port, specifically in this case qdvdauthor, I run into a > setup issue that makes me want to redo the configuration of the port. Is > there a simple way to disable the use of the saved configuration and > restart the port from the CURSES menu? > > I was able to blast it by wiping the makefile and re-CVSupping, but that > does seem like the long way 'round. > > Thanks in advance! > -- > Don Wilde > _______________________________________________ Configuration data is stored in /var/db/ports/. You can just "rm -rf ./*" in that directory to remove the "options" file(s), thus destroying the configuration for ports.