fix: reload systemd daemon after installation

This commit is contained in:
Jan Vcelak 2011-11-30 18:56:14 +01:00
parent 617e584701
commit c60a3191a5

View File

@ -416,7 +416,7 @@ exit 0
if [ $1 -eq 1 ]; then if [ $1 -eq 1 ]; then
# initial installation # initial installation
/sbin/systemctl daemon-reload &>/dev/null || : /bin/systemctl daemon-reload &>/dev/null || :
fi fi
# generate sample TLS certificates # generate sample TLS certificates
@ -659,6 +659,7 @@ exit 0
+ a lot of bugfixes + a lot of bugfixes
- remove patches which were merged upstream - remove patches which were merged upstream
- compile backends as modules (except BDB, HDB, and monitor) - compile backends as modules (except BDB, HDB, and monitor)
- reload systemd daemon after installation
* Tue Nov 01 2011 Jan Vcelak <jvcelak@redhat.com> 2.4.26-6 * Tue Nov 01 2011 Jan Vcelak <jvcelak@redhat.com> 2.4.26-6
- package cleanup: - package cleanup: