From owner-freebsd-questions@FreeBSD.ORG Thu Sep 20 21:22:44 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 05643106564A for ; Thu, 20 Sep 2012 21:22:44 +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 B61568FC14 for ; Thu, 20 Sep 2012 21:22:43 +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:References:Message-ID:In-Reply-To:Subject:To:From:Date; bh=WfGPK4vZ7bBsgm0wnjOPiN2jsfJcxy94XqBiD9Yyub4=; b=V19l8saQqY4w6xqJIbLKWbi0HYrjqvogLCrwMvAsFC+RbT+knjMJByvkN/KrH3+OhYxDiH7xi647OSH2QxcyWIwjXd2N+qdC5x/tlWr/KznhBbOCWYSUca3oi8PNLG20X94ZxtPnX3drGQkhrXGpjB0kmBCLR6ecGshyRpvkLjc=; Received: from iglou1.iglou.com ([192.107.41.3]:52388 helo=mail.iglou.com) by rdsmtp.iglou.com with esmtpa (Exim MTA/8.19.3) (envelope-from ) id 1TEoCp-0007m0-3s by authid with igloumta_auth for questions@freebsd.org; Thu, 20 Sep 2012 17:22:43 -0400 Received: from shell1.iglou.com ([192.107.41.17]:52541 helo=shell1) by mail.iglou.com with esmtps (TLS cipher TLSv1:AES256-SHA:256) (Exim MTA/8.19.3) (envelope-from ) id 1TEoCo-0007WZ-PS for questions@freebsd.org; Thu, 20 Sep 2012 17:22:42 -0400 Date: Thu, 20 Sep 2012 17:22:42 -0400 (EDT) From: Darrel X-X-Sender: levitch@shell1 To: questions@freebsd.org In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (GSO 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Originating-IP: 192.107.41.17 X-IgLou-Customer: 3cb6f76205bd20f518810676a67a982b Cc: Subject: Re: 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:22:44 -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? > Oh, forgot to mention. The machine has been updated to -current, has "zpool-features" instead of "28" and with the new boot code. Mergemaster has been run and I am waiting to reboot until after the pfctl modules are updated as mentioned but not described in /usr/src/UPDATING. Darrel