diff --git a/rsyslog.changes b/rsyslog.changes index 9a8e9a5..3198237 100644 --- a/rsyslog.changes +++ b/rsyslog.changes @@ -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 diff --git a/rsyslog.conf.in b/rsyslog.conf.in index 43ba4c1..5dddae8 100644 --- a/rsyslog.conf.in +++ b/rsyslog.conf.in @@ -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 #