moved slapd to start earlier during boot sequence
This commit is contained in:
parent
eae98e4691
commit
4f47cf029b
@ -3,7 +3,7 @@
|
|||||||
# slapd This shell script takes care of starting and stopping
|
# slapd This shell script takes care of starting and stopping
|
||||||
# ldap servers (slapd).
|
# ldap servers (slapd).
|
||||||
#
|
#
|
||||||
# chkconfig: - 27 73
|
# chkconfig: - 12 73
|
||||||
# description: LDAP stands for Lightweight Directory Access Protocol, used \
|
# description: LDAP stands for Lightweight Directory Access Protocol, used \
|
||||||
# for implementing the industry standard directory services.
|
# for implementing the industry standard directory services.
|
||||||
# processname: slapd
|
# processname: slapd
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
Summary: LDAP support libraries
|
Summary: LDAP support libraries
|
||||||
Name: openldap
|
Name: openldap
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: OpenLDAP
|
License: OpenLDAP
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-%{version}.tgz
|
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
|
%attr(0644,root,root) %{evolution_connector_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 19 2010 Jan Zeleny <jzeleny@redhat.com> - 2.4.21-6
|
||||||
|
- moved slapd to start earlier during boot sequence
|
||||||
|
|
||||||
* Tue Mar 16 2010 Jan Zeleny <jzeleny@redhat.com> - 2.4.21-5
|
* Tue Mar 16 2010 Jan Zeleny <jzeleny@redhat.com> - 2.4.21-5
|
||||||
- minor corrections of init script (#571235, #570057, #573804)
|
- minor corrections of init script (#571235, #570057, #573804)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user