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:
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user