2019-07-01 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in the RPM post-installation script that failed
	to restart the syslog server.
This commit is contained in:
Fred Gleason 2019-07-01 16:03:16 -04:00
parent 26e4a2fa7a
commit b605fd0a4e
2 changed files with 4 additions and 1 deletions

View File

@ -18843,3 +18843,6 @@
'TIT2','TALB', 'TPUB', 'TCOM', 'TPE3', 'TYER', 'DATE' and 'TBPM'.
2019-07-01 Fred Gleason <fredg@paravelsystems.com>
* Removed debugging code from the PyPAD library.
2019-07-01 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the RPM post-installation script that failed
to restart the syslog server.

View File

@ -209,8 +209,8 @@ fi
mkdir -p /var/log/rivendell
if test ! -e /etc/rsyslog.d/rivendell.conf ; then
cp @DOC_PATH@/syslog.conf-sample /etc/rsyslog.d/rivendell.conf
/bin/systemctl restart rsyslog
fi
/bin/systemctl restart rsyslog
exit 0