From owner-freebsd-arch@FreeBSD.ORG Tue May 20 21:04:56 2008 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42C00106566C for ; Tue, 20 May 2008 21:04:56 +0000 (UTC) (envelope-from tom@uffner.com) Received: from eris.uffner.com (eris.uffner.com [207.245.121.212]) by mx1.freebsd.org (Postfix) with ESMTP id E02848FC18 for ; Tue, 20 May 2008 21:04:55 +0000 (UTC) (envelope-from tom@uffner.com) Received: from xiombarg.uffner.com (static-71-162-143-94.phlapa.fios.verizon.net [71.162.143.94]) (authenticated bits=0) by eris.uffner.com (8.14.2/8.14.2) with ESMTP id m4KKmhtD032941; Tue, 20 May 2008 16:48:44 -0400 (EDT) (envelope-from tom@uffner.com) DomainKey-Signature: a=rsa-sha1; s=eris; d=uffner.com; c=nofws; q=dns; h=message-id:date:from:to:cc:subject; b=DNxVS8Wn+PttPa7NfSBrwfu/+cIQNj8zDMfxbZBchuEdhan3JkXGDhJBmObLA0qe+ Li0eax8GkLre7DUK0a3zA== Message-ID: <4833392B.70002@uffner.com> Date: Tue, 20 May 2008 16:48:43 -0400 From: Tom Uffner User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.13) Gecko/20080430 SeaMonkey/1.1.9 MIME-Version: 1.0 To: freebsd-arch@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (eris.uffner.com [192.168.1.212]); Tue, 20 May 2008 16:48:44 -0400 (EDT) X-Virus-Scanned: ClamAV 0.92.1/7179/Tue May 20 02:13:12 2008 on eris.uffner.com X-Virus-Status: Clean Cc: freebsd-pf@freebsd.org Subject: /etc/pf.conf missing from 7.0 minimal install X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2008 21:04:56 -0000 the sample config file /etc/pf.conf is not included in the 7.0-STABLE minimal installation. was this an accidental omission, as it appears to be since the rest of the pf files including /etc/pf.os are included, or was it done by design? tom