From owner-freebsd-questions@FreeBSD.ORG Wed Apr 18 18:22:14 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6688716A415 for ; Wed, 18 Apr 2007 18:22:14 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by mx1.freebsd.org (Postfix) with ESMTP id 1E3D713C458 for ; Wed, 18 Apr 2007 18:22:13 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so313824ana for ; Wed, 18 Apr 2007 11:22:13 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jAFeA68mLP2suQvKgXE9bL96htqmogjBsAGShDQ01e2yis7ke15c6Pxxa1Qae1GB4nnO3VBYU7MMxgf3LpqAwUnFf7URGlZfwWLPAexknlBmzOt5B6hMbB3drOn7atgwxZkjrDCfVCa6dKv98LeigEx+RS4xcl0SQX4CFsPHueM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FEwfTKTwv1+5N4tJqWyVwTjhPQrcbvdAv1sdY18zqWiAs7LSo2aZNHR72eIWDn2bhIFWklvJrmD+Y06ycPbIIltWFuldvOGXh84K/s8KCi+QexUqS4NktnyH0jCYAL7TK4m/4V+pKfb7nGXbV+NPhLsRUmGveMg1WyB0DrMMSjc= Received: by 10.100.165.9 with SMTP id n9mr600812ane.1176920532783; Wed, 18 Apr 2007 11:22:12 -0700 (PDT) Received: by 10.100.231.9 with HTTP; Wed, 18 Apr 2007 11:22:12 -0700 (PDT) Message-ID: <8cb6106e0704181122l40871f08kbe5a5d3f070b7a96@mail.gmail.com> Date: Wed, 18 Apr 2007 11:22:12 -0700 From: "Josh Carroll" To: ray@stilltech.net In-Reply-To: <200704181216.28418.ray@stilltech.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704181216.28418.ray@stilltech.net> Cc: freebsd-questions@freebsd.org Subject: Re: completly remove (or modify) a port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Apr 2007 18:22:14 -0000 > what is the way to either remove the stored configuration file, or to manually > pass the parameters to make. A look at the Makefile and the other files > in /usr/ports/mail/postfix didn't turn up any hints. You can either: make rmconfig or just: make config Then re-build/install it. Josh