From c60a3191a5ee93614187929d58c1492e9172bba1 Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Wed, 30 Nov 2011 18:56:14 +0100 Subject: [PATCH] fix: reload systemd daemon after installation --- openldap.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openldap.spec b/openldap.spec index 75153f3..603b645 100644 --- a/openldap.spec +++ b/openldap.spec @@ -416,7 +416,7 @@ exit 0 if [ $1 -eq 1 ]; then # initial installation - /sbin/systemctl daemon-reload &>/dev/null || : + /bin/systemctl daemon-reload &>/dev/null || : fi # generate sample TLS certificates @@ -659,6 +659,7 @@ exit 0 + a lot of bugfixes - remove patches which were merged upstream - compile backends as modules (except BDB, HDB, and monitor) +- reload systemd daemon after installation * Tue Nov 01 2011 Jan Vcelak 2.4.26-6 - package cleanup: