From 9c11d671eb637baf2f2d3e9729a86defdcf9c76aead63dfb6f1a786bca72e273 Mon Sep 17 00:00:00 2001 From: Marius Tomaschewski Date: Tue, 30 Apr 2013 14:01:45 +0000 Subject: [PATCH] - Adopted config file to stop instead of deprecated "~" action. OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=145 --- rsyslog.changes | 5 +++++ rsyslog.conf.in | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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 #