From owner-freebsd-questions@FreeBSD.ORG Thu Sep 20 21:11:07 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8B821065670 for ; Thu, 20 Sep 2012 21:11:07 +0000 (UTC) (envelope-from levitch@iglou.com) Received: from rdsmtp.iglou.com (rdsmtp.iglou.com [192.107.41.63]) by mx1.freebsd.org (Postfix) with ESMTP id 560338FC08 for ; Thu, 20 Sep 2012 21:11:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=iglou.com; s=alpha; h=Content-Type:MIME-Version:Message-ID:Subject:To:From:Date; bh=bNAAp4ZBLwNWkbuOQ0/zx2QYn4c6MBKM7Tzga3QK6rw=; b=PmEZ6SEw9nijnuiCHcRhrNSmpGEnpF9ZcKpPK2GLCCSYwCjlXBOo4P+49q5y5ara3yh04XKrwOTTxjnSgJXq49ye7veZKTHNFZDZWmLxpA+thb3Hmod06PnmVggnOw0hA92gsUp+chxBSxD1UC2yqelMEjC2ZoZ0xDfKGbjBawA=; Received: from iglou1.iglou.com ([192.107.41.3]:49424 helo=mail.iglou.com) by rdsmtp.iglou.com with esmtpa (Exim MTA/8.19.3) (envelope-from ) id 1TEo1T-00051s-VL by authid with igloumta_auth for questions@freebsd.org; Thu, 20 Sep 2012 17:10:59 -0400 Received: from shell1.iglou.com ([192.107.41.17]:52473 helo=shell1) by mail.iglou.com with esmtps (TLS cipher TLSv1:AES256-SHA:256) (Exim MTA/8.19.3) (envelope-from ) id 1TEo1T-0006Cj-He for questions@freebsd.org; Thu, 20 Sep 2012 17:10:59 -0400 Date: Thu, 20 Sep 2012 17:10:59 -0400 (EDT) From: Darrel X-X-Sender: levitch@shell1 To: questions@freebsd.org Message-ID: User-Agent: Alpine 2.00 (GSO 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Originating-IP: 192.107.41.17 X-IgLou-Customer: 3cb6f76205bd20f518810676a67a982b Cc: Subject: recompiling pf module, pfctl 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: Thu, 20 Sep 2012 21:11:07 -0000 Hello, If I need to recompile pfctl and snmp_pf, would I run 'make clean', 'make', and 'make install' in /usr/src/usr.sbin/bsnmpd/modules/snmp_pf and /usr/src/sbin/pfctl? Is either of the directories incorrect or some other combination of make calls required there? Thank you, Darrel