From 4f47cf029b18296c174a0755f6244c8518db23ab Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Mar 19 2010 09:58:01 +0000 Subject: moved slapd to start earlier during boot sequence --- diff --git a/ldap.init b/ldap.init index e8be8fa..f6dc1b1 100644 --- a/ldap.init +++ b/ldap.init @@ -3,7 +3,7 @@ # slapd This shell script takes care of starting and stopping # ldap servers (slapd). # -# chkconfig: - 27 73 +# chkconfig: - 12 73 # description: LDAP stands for Lightweight Directory Access Protocol, used \ # for implementing the industry standard directory services. # processname: slapd diff --git a/openldap.spec b/openldap.spec index 83f9a03..c420d6b 100644 --- a/openldap.spec +++ b/openldap.spec @@ -11,7 +11,7 @@ Summary: LDAP support libraries Name: openldap Version: %{version} -Release: 5%{?dist} +Release: 6%{?dist} License: OpenLDAP Group: System Environment/Daemons Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-%{version}.tgz @@ -631,6 +631,9 @@ fi %attr(0644,root,root) %{evolution_connector_libdir}/*.a %changelog +* Fri Mar 19 2010 Jan Zeleny - 2.4.21-6 +- moved slapd to start earlier during boot sequence + * Tue Mar 16 2010 Jan Zeleny - 2.4.21-5 - minor corrections of init script (#571235, #570057, #573804)