From owner-freebsd-stable Tue Jul 17 12: 5:10 2001 Delivered-To: freebsd-stable@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id D8D7337B403 for ; Tue, 17 Jul 2001 12:05:02 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 17 Jul 2001 20:05:02 +0100 (BST) Date: Tue, 17 Jul 2001 20:05:01 +0100 From: David Malone To: "Kanno, Ken" Cc: "'stable@freebsd.org'" Subject: Re: syslog config Message-ID: <20010717200501.A40534@walton.maths.tcd.ie> References: <0C3A66859AEF6E42A1B4AB53307B77AA0AF4CF@ex02.ad.rivenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <0C3A66859AEF6E42A1B4AB53307B77AA0AF4CF@ex02.ad.rivenet.com>; from kkanno@rivenet.com on Tue, Jul 17, 2001 at 01:42:06PM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > !startslip > *.* /var/log/slip.log > !ppp > *.* /var/log/ppp.log > > local4.emerg /opt/syslog/pix_msg0 > local4.alert /opt/syslog/pix_msg1 > local4.crit /opt/syslog/pix_msg2 > local4.error /opt/syslog/pix_msg3 > local4.warn /opt/syslog/pix_msg4 > local4.notice /opt/syslog/pix_msg5 > local4.info /opt/syslog/pix_msg6 > local4.debug /opt/syslog/pix_msg7 You have put the new lines after a "!ppp" line, which means that it will only log if the program name is ppp. Try adding "!*" to indicate all programs. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message