rebased to 2.4.22, reverted changes in init script from last update
This commit is contained in:
parent
4f47cf029b
commit
dee30b1bcb
@ -1,2 +1,2 @@
|
||||
openldap-2.4.21.tgz
|
||||
openldap-2.4.22.tgz
|
||||
db-4.8.26.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
# slapd This shell script takes care of starting and stopping
|
||||
# ldap servers (slapd).
|
||||
#
|
||||
# chkconfig: - 12 73
|
||||
# chkconfig: - 27 73
|
||||
# description: LDAP stands for Lightweight Directory Access Protocol, used \
|
||||
# for implementing the industry standard directory services.
|
||||
# processname: slapd
|
||||
@ -261,12 +261,12 @@ case "$1" in
|
||||
start
|
||||
;;
|
||||
usage)
|
||||
echo $"Usage: $0 {start|stop|restart|status|condrestart|configtest|usage}"
|
||||
echo $"Usage: $0 {start|stop|restart|force-reload|status|condrestart|try-restart|configtest|usage}"
|
||||
RETVAL=0
|
||||
;;
|
||||
*)
|
||||
echo $"Usage: $0 {start|stop|restart|status|condrestart|configtest|usage}"
|
||||
RETVAL=3
|
||||
echo $"Usage: $0 {start|stop|restart|force-reload|status|condrestart|try-restart|configtest|usage}"
|
||||
RETVAL=2
|
||||
esac
|
||||
|
||||
exit $RETVAL
|
||||
|
@ -3,7 +3,7 @@
|
||||
# not work with some versions of OpenLDAP.
|
||||
%define db_version 4.8.26
|
||||
%define ldbm_backend berkeley
|
||||
%define version 2.4.21
|
||||
%define version 2.4.22
|
||||
%define evolution_connector_prefix %{_libdir}/evolution-openldap
|
||||
%define evolution_connector_includedir %{evolution_connector_prefix}/include
|
||||
%define evolution_connector_libdir %{evolution_connector_prefix}/%{_lib}
|
||||
@ -11,7 +11,7 @@
|
||||
Summary: LDAP support libraries
|
||||
Name: openldap
|
||||
Version: %{version}
|
||||
Release: 6%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: OpenLDAP
|
||||
Group: System Environment/Daemons
|
||||
Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-%{version}.tgz
|
||||
@ -631,6 +631,12 @@ fi
|
||||
%attr(0644,root,root) %{evolution_connector_libdir}/*.a
|
||||
|
||||
%changelog
|
||||
* Tue May 04 2010 Jan Zeleny <jzeleny@redhat.com> - 2.4.22-1
|
||||
- rebased to 2.4.22 (mostly bugfixes, added back-ldif, back-null testing support)
|
||||
- due to some possible issues pointed out in last update testing phase, I'm
|
||||
pulling back the last change (slapd can't be moved since it depends on /usr
|
||||
possibly mounted from network)
|
||||
|
||||
* Fri Mar 19 2010 Jan Zeleny <jzeleny@redhat.com> - 2.4.21-6
|
||||
- moved slapd to start earlier during boot sequence
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user