From owner-freebsd-questions@FreeBSD.ORG Fri Jan 9 10:51:42 2004 Return-Path: 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 3C96016A4CE for ; Fri, 9 Jan 2004 10:51:42 -0800 (PST) Received: from mail1.acecape.com (mail1.acecape.com [66.114.74.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48E6A43D54 for ; Fri, 9 Jan 2004 10:51:41 -0800 (PST) (envelope-from lists@natserv.com) Received: from p65-147.acedsl.com (p65-147.acedsl.com [66.114.65.147]) by mail1.acecape.com (8.12.10/8.12.10) with ESMTP id i09IpeVL013574 for ; Fri, 9 Jan 2004 13:51:40 -0500 Date: Fri, 9 Jan 2004 13:54:13 +0000 (GMT) From: Francisco Reyes X-X-Sender: fran@zoraida.natserv.net To: FreeBSD Questions List Message-ID: <20040109135107.T70750@zoraida.natserv.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Syslogd sending messages to two files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2004 18:51:42 -0000 Recently I setup a Soekris machine with M0n0wall and redirected the log files to a freebsd server. In /etc/syslogd I have: !ipmon *.* /var/log/mono.log Which works, however I also get the messages in /var/log/messages Is there a way to stop those messages from going to both places? I only want them going to /var/log/mono.log Other than that minor issue soekris+m0n0wall has been a killer combo (the client wanted something small).