From owner-freebsd-questions@FreeBSD.ORG Thu Oct 20 10:47:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 72C3F16A420 for ; Thu, 20 Oct 2005 10:47:37 +0000 (GMT) (envelope-from kilim@phenix.rootshell.be) Received: from phenix.rootshell.be (phenix.rootshell.be [217.22.55.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CF0743D5A for ; Thu, 20 Oct 2005 10:47:37 +0000 (GMT) (envelope-from kilim@phenix.rootshell.be) Received: by phenix.rootshell.be (Postfix, from userid 58045) id 9019217943; Thu, 20 Oct 2005 12:47:33 +0200 (CEST) Date: Thu, 20 Oct 2005 12:47:33 +0200 From: kilim To: freebsd-questions@freebsd.org Message-ID: <20051020104733.GA14688@phenix.rootshell.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Stopping the logging to console from pf ? 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 Oct 2005 10:47:37 -0000 Hello, I'd like to stop pf logging to the console. So I've read syslog.conf(5) & syslogd(8) and then I tried my best with /etc/syslog.conf. By deleting one service after another: *.err;kern.warning;auth.notice;mail.crit /dev/console where I've just completely commented out any logging to the console, but pf is so persistent, that it just keeps logging on. How can I stop pf from logging to the console as I find it distracting to type when its various messages keep popping up ? Thank you !