From owner-freebsd-questions@FreeBSD.ORG Tue Apr 26 17:42:20 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C55E16A4CF for ; Tue, 26 Apr 2005 17:42:20 +0000 (GMT) Received: from skippyii.compar.com (skippyii.compar.com [216.208.38.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD8D043D55 for ; Tue, 26 Apr 2005 17:42:19 +0000 (GMT) (envelope-from matt@gsicomp.on.ca) Received: from hermes (CPE00062566c7bb-CM000039c69a66.cpe.net.cable.rogers.com [69.193.82.185]) by skippyii.compar.com (8.13.1/8.13.1) with ESMTP id j3QHqKYA081923; Tue, 26 Apr 2005 13:52:25 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <005a01c54a87$4e6a5900$1200a8c0@gsicomp.on.ca> From: "Matt Emmerton" To: "scott renna" , References: <20050426152836.7133.qmail@web53608.mail.yahoo.com> Date: Tue, 26 Apr 2005 13:42:17 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: Re: Where does a port store a saved configuration file? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 17:42:20 -0000 > Hello list, > > I had a question regarding where in FreeBSD5.3 the > configuration file for a port is stored. I've been > trying to find the saved configuration file that Snort > created upon me selecting what options to include > during the make install. I had included support for > Prelude, since I've never used it before, I figured > I'd try it out. Unfortunately, prelude has not been > updated for Snort 2.0 yet. > > I'm trying to find the saved configuration file so > that I can remove it and reselect what options I want > snort built with, but no luck. Anyone know where it's > located at? For snort, it's in /var/db/ports/snort/options. Some other ports generate a Makefile.inc file in the port directory. -- Matt