View | Details | Raw Unified | Return to bug 48508 | Differences between
and this patch

Collapse All | Expand All

(-)a/base/univention-base-files/conffiles/etc/rsyslog.conf (-1 / +2 lines)
 Lines 88-94    Link Here 
88
	fallback = filter(None, configRegistry.get('syslog/remote/fallback', '').split())
88
	fallback = filter(None, configRegistry.get('syslog/remote/fallback', '').split())
89
	if any(server.startswith(':omrelp:') for server in [remote] + fallback):
89
	if any(server.startswith(':omrelp:') for server in [remote] + fallback):
90
		print '$ModLoad omrelp'
90
		print '$ModLoad omrelp'
91
	print '%s	%s' % (selector, remote)
91
	for server in remote.split():
92
		print '%s	%s' % (selector, server)
92
	if fallback:
93
	if fallback:
93
		print '$ActionExecOnlyWhenPreviousIsSuspended on'
94
		print '$ActionExecOnlyWhenPreviousIsSuspended on'
94
		for server in fallback:
95
		for server in fallback:

Return to bug 48508