Update of /cvsroot/leaf/src/bering-uclibc4/source/etc
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9924

Modified Files:
        syslog-ng.conf 
Log Message:
Increased limit of connections to /dev/log from 100 to 2000


Index: syslog-ng.conf
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/etc/syslog-ng.conf,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** syslog-ng.conf      26 Apr 2010 09:02:22 -0000      1.1.1.1
--- syslog-ng.conf      1 Aug 2010 18:18:18 -0000       1.2
***************
*** 76,80 ****
          # standard Linux log source (this is the default place for the 
syslog()
          # function to send logs to)
!         unix-stream("/dev/log");
          # messages from the kernel
          file("/proc/kmsg" log_prefix("kernel: "));
--- 76,80 ----
          # standard Linux log source (this is the default place for the 
syslog()
          # function to send logs to)
!         unix-stream("/dev/log"  max_connections(2000));
          # messages from the kernel
          file("/proc/kmsg" log_prefix("kernel: "));


------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to