From owner-freebsd-current@FreeBSD.ORG Wed Sep 22 19:26:05 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BBD016A4CE for ; Wed, 22 Sep 2004 19:26:05 +0000 (GMT) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E40AC43D54 for ; Wed, 22 Sep 2004 19:26:04 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 57417 invoked from network); 22 Sep 2004 19:20:02 -0000 Received: from dotat.atdotat.at (HELO [62.48.0.47]) ([62.48.0.47]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 22 Sep 2004 19:20:02 -0000 Message-ID: <4151D1CA.6080400@freebsd.org> Date: Wed, 22 Sep 2004 21:26:02 +0200 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a1) Gecko/20040520 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Heads up: PFIL_HOOKS is permanent in RELENG_5 now X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2004 19:26:05 -0000 PFIL_HOOKS is now a permanent part of the kernel in RELENG_5 too. Remove "options PFIL_HOOKS" from you kernel configuration file. -- Andre