Accepting request 624076 from home:tsaupe:branches:openSUSE:Factory:rsyslog-bsc1101642

remove references to obsolete SYSLOG_REQUIRES_NETWORK variable (bsc#1101642)

OBS-URL: https://build.opensuse.org/request/show/624076
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=295
This commit is contained in:
2018-08-02 09:57:38 +00:00
committed by Git OBS Bridge
parent a92a7c0112
commit 49e32af1e3
3 changed files with 10 additions and 10 deletions

View File

@@ -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