- Adopted config file to stop instead of deprecated "~" action.

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=145
This commit is contained in:
Marius Tomaschewski 2013-04-30 14:01:45 +00:00 committed by Git OBS Bridge
parent 28eb7eed6a
commit 9c11d671eb
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 30 13:59:30 UTC 2013 - mt@suse.de
- Adopted config file to stop instead of deprecated "~" action.
-------------------------------------------------------------------
Tue Apr 30 10:49:01 UTC 2013 - mt@suse.de

View File

@ -93,7 +93,7 @@ then /dev/tty10
if ($syslogfacility-text == 'kern') and \
($msg contains 'IN=' and $msg contains 'OUT=') \
then -/var/log/firewall
& ~
& stop
#
@ -107,7 +107,7 @@ then -/var/log/firewall
if ($programname == 'acpid' or $syslogtag == '[acpid]:') and \
($syslogseverity <= 5 /* notice */) \
then -/var/log/acpid
& ~
& stop
#
@ -116,7 +116,7 @@ then -/var/log/acpid
if ($programname == 'NetworkManager') or \
($programname startswith 'nm-') \
then -/var/log/NetworkManager
& ~
& stop
#