From: Heiko Z. <smi...@us...> - 2004-05-25 20:14:16
|
Update of /cvsroot/devil-linux/build/config/etc/syslog-ng In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16883/config/etc/syslog-ng Modified Files: Tag: rel-1-0-patches syslog-ng.conf Log Message: - updated the quagga md5 patch - removed the recent changes to syslog-ng, let's not mess around with them in the stable release Index: syslog-ng.conf =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/syslog-ng/syslog-ng.conf,v retrieving revision 1.7.2.1 retrieving revision 1.7.2.2 diff -u -d -r1.7.2.1 -r1.7.2.2 --- syslog-ng.conf 20 May 2004 00:44:11 -0000 1.7.2.1 +++ syslog-ng.conf 25 May 2004 20:14:02 -0000 1.7.2.2 @@ -6,7 +6,7 @@ ##################################################################### # define the source pipe for all local messages ##################################################################### -source src { unix-stream("/dev/log"); internal(); }; +source src { unix-dgram("/dev/log"); internal(); }; ##################################################################### # print all messages on tty10 |