Hello community, here is the log from the commit of package rsyslog for openSUSE:Factory checked in at 2018-08-06 11:52:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rsyslog (Old) and /work/SRC/openSUSE:Factory/.rsyslog.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rsyslog" Mon Aug 6 11:52:39 2018 rev:139 rq:627046 version:8.36.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes 2018-07-02 23:28:13.189637953 +0200 +++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes 2018-08-06 11:52:41.449079089 +0200 @@ -1,0 +2,6 @@ +Thu Jul 19 12:54:37 UTC 2018 - [email protected] + +- remove references to obsolete SYSLOG_REQUIRES_NETWORK + variable (bsc#1101642) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rsyslog.conf.in ++++++ --- /var/tmp/diff_new_pack.i4LQIO/_old 2018-08-06 11:52:42.345080644 +0200 +++ /var/tmp/diff_new_pack.i4LQIO/_new 2018-08-06 11:52:42.345080644 +0200 @@ -1,8 +1,6 @@ ## ## === When you're using remote logging, enable on-disk queues === -## === in rsyslog.d/remote.conf. When neccesary also set the === -## === SYSLOG_REQUIRES_NETWORK=yes in /etc/sysconfig/syslog, === -## === e.g. when rsyslog has to receive on a specific IP only. === +## === in rsyslog.d/remote.conf. === ## ## Note, that when the MYSQL, PGSQL, GSSAPI, GnuTLS or SNMP modules ## (provided in separate rsyslog-module-* packages) are enabled, the ++++++ rsyslog.d.remote.conf.in ++++++ --- /var/tmp/diff_new_pack.i4LQIO/_old 2018-08-06 11:52:42.365080678 +0200 +++ /var/tmp/diff_new_pack.i4LQIO/_new 2018-08-06 11:52:42.365080678 +0200 @@ -1,8 +1,6 @@ ## ## === When you're using remote logging, enable on-disk queues === -## === in rsyslog.d/remote.conf. When neccesary also set the === -## === SYSLOG_REQUIRES_NETWORK=yes in /etc/sysconfig/syslog, === -## === e.g. when rsyslog has to receive on a specific IP only. === +## === in rsyslog.d/remote.conf. === ## ## Note, that when the MYSQL, PGSQL, GSSAPI, GnuTLS or SNMP modules ## (provided in separate rsyslog-module-* packages) are enabled, the @@ -39,14 +37,12 @@ # TCP Syslog Server: # provides TCP syslog reception and GSS-API (if compiled to support it) #$ModLoad imtcp.so # load module -##$UDPServerAddress 10.10.0.1 # force to listen on this IP only, -## # needs SYSLOG_REQUIRES_NETWORK=yes. +##$UDPServerAddress 10.10.0.1 # force to listen on this IP only #$InputTCPServerRun <port> # Starts a TCP server on selected port # UDP Syslog Server: #$ModLoad imudp.so # provides UDP syslog reception -##$UDPServerAddress 10.10.0.1 # force to listen on this IP only, -## # needs SYSLOG_REQUIRES_NETWORK=yes. +##$UDPServerAddress 10.10.0.1 # force to listen on this IP only #$UDPServerRun 514 # start a UDP syslog server at standard port 514
