From owner-freebsd-questions@FreeBSD.ORG Fri May 8 23:53:11 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A840F143 for ; Fri, 8 May 2015 23:53:11 +0000 (UTC) Received: from mail-ie0-x235.google.com (mail-ie0-x235.google.com [IPv6:2607:f8b0:4001:c03::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 786801325 for ; Fri, 8 May 2015 23:53:11 +0000 (UTC) Received: by iecnq11 with SMTP id nq11so75302874iec.3 for ; Fri, 08 May 2015 16:53:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=GjAyZEPrQt9h7TDYou45FdSQOcmwQCWRFJ5UzdFvnCg=; b=efi/NouoUYMLSxBtlOK4RLGsh/6ybvIKvfpal17Cqnd/N5yz5S6j1d5QIHG0R784ai 2BDwDSU2eWr8oNCBE5ecfRoIsmoZ7ADa3NMk/CSBdLNk+G+nctEZW1HCTrIji7HfhBs7 OF+msbjJCUT8AmPKBjmB+I2doT3xmeI/Vc9s2psLtOy2dQPEXJF4wCZ/M/RjGTajgrD3 gXKOWLy+HX9GPrYNOUzwIaaLMNzBhvreE6QwBS8hOeQ1azYU3KjPivxZQaJZXn/z8D8f YQm5Q5v3JMFHD/GFB57frwaObuoCvCrKMeqLBa151bxx4BCMdCabOUnf3D7E938dH63j RhNQ== MIME-Version: 1.0 X-Received: by 10.50.27.67 with SMTP id r3mr728771igg.15.1431129190788; Fri, 08 May 2015 16:53:10 -0700 (PDT) Received: by 10.64.236.10 with HTTP; Fri, 8 May 2015 16:53:10 -0700 (PDT) In-Reply-To: <554D129D.60501@gmail.com> References: <554D0CD6.6010806@gmail.com> <44sib6lv8l.fsf@lowell-desk.lan> <554D129D.60501@gmail.com> Date: Sat, 9 May 2015 07:53:10 +0800 Message-ID: Subject: Re: port make command to show the ports configuration screen again From: Ben Woods To: Ernie Luzar Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2015 23:53:11 -0000 On Saturday, May 9, 2015, Ernie Luzar > > > How do I make the saved config options go away so the "make config" > command shows the original defaults? > make rmconfig make config Regards, Ben -- -- From: Benjamin Woods woodsb02@gmail.com