[openldap] fix: reload systemd daemon after installation

jvcelak jvcelak at fedoraproject.org
Wed Nov 30 18:00:42 UTC 2011


commit c60a3191a5ee93614187929d58c1492e9172bba1
Author: Jan Vcelak <jvcelak at redhat.com>
Date:   Wed Nov 30 18:56:14 2011 +0100

    fix: reload systemd daemon after installation

 openldap.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
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 <jvcelak at redhat.com> 2.4.26-6
 - package cleanup:


More information about the scm-commits mailing list