Hello community,

here is the log from the commit of package syslogd for openSUSE:Factory checked 
in at 2011-11-07 15:57:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syslogd (Old)
 and      /work/SRC/openSUSE:Factory/.syslogd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syslogd", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/syslogd/syslogd.changes  2011-10-24 
14:02:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.syslogd.new/syslogd.changes     2011-11-07 
15:57:39.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Nov  7 10:04:35 UTC 2011 - [email protected]
+
+- Invert network/early logic for rsyslog (bnc#728565)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ syslog-service-generator ++++++
--- /var/tmp/diff_new_pack.P5nOYD/_old  2011-11-07 15:57:50.000000000 +0100
+++ /var/tmp/diff_new_pack.P5nOYD/_new  2011-11-07 15:57:50.000000000 +0100
@@ -110,7 +110,7 @@
     ;;
 rsyslogd)
     syslog=rsyslogd
-    config=/etc/rsyslog.early.conf
+    config=/etc/rsyslog.conf
     socksdir=/var/run/rsyslog
     socks=$socksdir/additional-log-sockets.conf
     #
@@ -130,9 +130,9 @@
                break
            esac
        done < ${config}
-       test -n "$network" && config=/etc/rsyslog.conf
+       test -z "$network" && config=/etc/rsyslog.early.conf
     else
-       config=/etc/rsyslog.conf
+       config=/etc/rsyslog.early.conf
     fi
     if test -r "$config" ; then
        while read one two rest ; do


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

Reply via email to