From owner-freebsd-current@FreeBSD.ORG Sun Dec 28 18:40:42 2008 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77F601065670 for ; Sun, 28 Dec 2008 18:40:42 +0000 (UTC) (envelope-from marck@FreeBSD.org) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id F0B698FC1C for ; Sun, 28 Dec 2008 18:40:41 +0000 (UTC) (envelope-from marck@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.3/8.14.3) with ESMTP id mBSIMXxG046625 for ; Sun, 28 Dec 2008 21:22:33 +0300 (MSK) (envelope-from marck@FreeBSD.org) Date: Sun, 28 Dec 2008 21:22:33 +0300 (MSK) From: Dmitry Morozovsky X-X-Sender: marck@woozle.rinet.ru To: current@FreeBSD.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (woozle.rinet.ru [0.0.0.0]); Sun, 28 Dec 2008 21:22:34 +0300 (MSK) Cc: Subject: syslog.conf change to default inclusion of all processes (fwd) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 28 Dec 2008 18:40:42 -0000 Dear colleagues (Poul-Henning and Gleb, you are at to: field because you did most commits to this file) What do you think about the following and simplest patch, which allows sysadm to add custom syslog lines directly at the end of the file? For now, one (like myself ;-) could bump himself against the wall looking why his logs missed all the files until realised he was collecting ppp only... marck@revamp:/usr/src/etc> cvs -R diff syslog.conf Index: syslog.conf =================================================================== RCS file: /home/ncvs/src/etc/syslog.conf,v retrieving revision 1.28 diff -u -r1.28 syslog.conf --- syslog.conf 12 Mar 2005 12:31:16 -0000 1.28 +++ syslog.conf 28 Dec 2008 17:42:01 -0000 @@ -30,3 +30,4 @@ *.* /var/log/slip.log !ppp *.* /var/log/ppp.log +!* Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] --------------------------------------------------------------------------- *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@FreeBSD.org *** ---------------------------------------------------------------------------