Hello community,

here is the log from the commit of package syslog-ng for openSUSE:Factory 
checked in at 2013-03-08 09:53:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syslog-ng (Old)
 and      /work/SRC/openSUSE:Factory/.syslog-ng.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syslog-ng", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/syslog-ng/syslog-ng.changes      2013-02-08 
23:26:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.syslog-ng.new/syslog-ng.changes 2013-03-08 
09:53:44.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Mar  4 17:47:36 UTC 2013 - [email protected]
+
+- Fixed to use program() instead of message() to match by program
+  names (bnc#805309).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ syslog-ng.conf.default ++++++
--- /var/tmp/diff_new_pack.GMqHLC/_old  2013-03-08 09:53:46.000000000 +0100
+++ /var/tmp/diff_new_pack.GMqHLC/_new  2013-03-08 09:53:46.000000000 +0100
@@ -76,13 +76,13 @@
 #
 # acpid messages
 #
-filter f_acpid_full { message('^acpid:'); };
-filter f_acpid      { level(emerg..notice) and message('^acpid:'); };
+filter f_acpid_full { program('acpid'); };
+filter f_acpid      { level(emerg..notice) and program('acpid'); };
 
 # this is for the old acpid < 1.0.6
-filter f_acpid_old  { message('^\[acpid\]:'); };
+filter f_acpid_old  { program('^\[acpid\]$'); };
 
-filter f_netmgm     { message('^NetworkManager:'); };
+filter f_netmgm     { program('NetworkManager') or program('nm-dispatcher'); };
 
 filter f_messages   { not facility(news, mail) and not filter(f_iptables); };
 filter f_warn       { level(warn, err, crit) and not filter(f_iptables); };

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to