mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-30 15:42:34 +02:00
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:
parent
26e4a2fa7a
commit
b605fd0a4e
@ -18843,3 +18843,6 @@
|
|||||||
'TIT2','TALB', 'TPUB', 'TCOM', 'TPE3', 'TYER', 'DATE' and 'TBPM'.
|
'TIT2','TALB', 'TPUB', 'TCOM', 'TPE3', 'TYER', 'DATE' and 'TBPM'.
|
||||||
2019-07-01 Fred Gleason <fredg@paravelsystems.com>
|
2019-07-01 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Removed debugging code from the PyPAD library.
|
* 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.
|
||||||
|
@ -209,8 +209,8 @@ fi
|
|||||||
mkdir -p /var/log/rivendell
|
mkdir -p /var/log/rivendell
|
||||||
if test ! -e /etc/rsyslog.d/rivendell.conf ; then
|
if test ! -e /etc/rsyslog.d/rivendell.conf ; then
|
||||||
cp @DOC_PATH@/syslog.conf-sample /etc/rsyslog.d/rivendell.conf
|
cp @DOC_PATH@/syslog.conf-sample /etc/rsyslog.d/rivendell.conf
|
||||||
/bin/systemctl restart rsyslog
|
|
||||||
fi
|
fi
|
||||||
|
/bin/systemctl restart rsyslog
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user