diff --git a/openldap.spec b/openldap.spec index 7bac71f..fc34316 100644 --- a/openldap.spec +++ b/openldap.spec @@ -6,7 +6,7 @@ Name: openldap Version: 2.4.29 -Release: 1%{?dist} +Release: 2%{?dist} Summary: LDAP support libraries Group: System Environment/Daemons License: OpenLDAP @@ -649,6 +649,9 @@ exit 0 %{evolution_connector_prefix}/ %changelog +* Wed Feb 15 2012 Jan Synáček 2.4.29-2 +- fix: correct path to check-config.sh in service file + * Mon Feb 13 2012 Jan Vcelak 2.4.29-1 - new upstream release + MozNSS fixes diff --git a/slapd.service b/slapd.service index 47e2e05..f930186 100644 --- a/slapd.service +++ b/slapd.service @@ -7,7 +7,7 @@ Type=forking PIDFile=/var/run/openldap/slapd.pid Environment="SLAPD_URLS=ldap:/// ldapi:///" "SLAPD_OPTIONS=" EnvironmentFile=/etc/sysconfig/slapd -ExecStartPre=/usr/libexec/slapd/check-config.sh +ExecStartPre=/usr/libexec/openldap/check-config.sh ExecStart=/usr/sbin/slapd -u ldap -h ${SLAPD_URLS} $SLAPD_OPTIONS TimeoutSec=3