Do not fail logrotate if radiusd is not running

This commit is contained in:
Nikolai Kondrashov 2017-02-21 13:47:56 +01:00
parent de0b1c21a1
commit 1a843f6fe3
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@
missingok
compress
postrotate
/usr/bin/systemctl reload radiusd
/usr/bin/systemctl reload-or-try-restart radiusd
endscript
}

View File

@ -796,6 +796,7 @@ exit 0
%changelog
* Tue Feb 21 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.12-3
- Do not fail logrotate if radiusd is not running.
* Mon Feb 20 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.12-2
- Fix three cases of comparing pointers to zero characters