Date: Sun, 28 Dec 2008 21:22:33 +0300 (MSK) From: Dmitry Morozovsky <marck@FreeBSD.org> To: current@FreeBSD.org Subject: syslog.conf change to default inclusion of all processes (fwd) Message-ID: <alpine.BSF.2.00.0812282122140.45404@woozle.rinet.ru>
next in thread | raw e-mail | index | archive | help
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 *** ---------------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.0812282122140.45404>