SOURCES: syslog-ng.conf - add value as hinted

arekm arekm at pld-linux.org
Fri Jan 16 15:09:48 CET 2009


Author: arekm                        Date: Fri Jan 16 14:09:47 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add value as hinted

---- Files affected:
SOURCES:
   syslog-ng.conf (1.30 -> 1.31) 

---- Diffs:

================================================================
Index: SOURCES/syslog-ng.conf
diff -u SOURCES/syslog-ng.conf:1.30 SOURCES/syslog-ng.conf:1.31
--- SOURCES/syslog-ng.conf:1.30	Fri Jan 16 14:54:54 2009
+++ SOURCES/syslog-ng.conf	Fri Jan 16 15:09:42 2009
@@ -97,7 +97,7 @@
 filter f_freshclam	{ program(freshclam); };
 filter f_ppp		{ program(pppd) or program(chat); };
 filter f_postgres	{ program(postgres); };
-filter f_iptables	{ match("IN=[A-Za-z0-9\.]* OUT=[A-Za-z0-9\.]*"); };
+filter f_iptables	{ match("IN=[A-Za-z0-9\.]* OUT=[A-Za-z0-9\.]*" value("MESSAGE")); };
 
 log { source(s_sys); filter(f_authpriv);	destination(d_authlog); };
 log { source(s_sys); filter(f_cron);		destination(d_cron); };
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/syslog-ng.conf?r1=1.30&r2=1.31&f=u



More information about the pld-cvs-commit mailing list