using stop instead ~ action as it was deprecated in rsyslog

This commit is contained in:
Than Ngo 2021-05-26 10:44:19 +02:00
parent 9804396cbc
commit 98eb9c5248
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,3 @@
if $programname == 'opal-prd' then /var/log/opal-prd.log
if $programname == 'opal-prd' and $syslogseverity <= 4 then /var/log/messages
if $programname == 'opal-prd' then ~
if $programname == 'opal-prd' then stop

View File

@ -2,7 +2,7 @@
Name: opal-prd
Version: 6.7.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: OPAL Processor Recovery Diagnostics Daemon
License: ASL 2.0
@ -142,6 +142,9 @@ install -m 644 -p %{SOURCE3} %{buildroot}%{_mandir}/man1/ffspart.1
%changelog
* Wed May 26 2021 Than Ngo <than@redhat.com> - 6.7.1-4
- using stop instead ~ action as it's deprecated in rsyslog
* Mon May 10 2021 Than Ngo <than@redhat.com> - 6.7.1-3
- Add missing manpage for ffspart