rebased to 2.4.22, reverted changes in init script from last update

This commit is contained in:
Jan Zeleny 2010-05-04 09:03:13 +00:00
parent 4f47cf029b
commit dee30b1bcb
4 changed files with 14 additions and 8 deletions

View File

@ -1,2 +1,2 @@
openldap-2.4.21.tgz
openldap-2.4.22.tgz
db-4.8.26.tar.gz

View File

@ -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

View File

@ -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

View File

@ -1,2 +1,2 @@
e7128c57b2bacd940e8906057c94ff26 openldap-2.4.21.tgz
ef01b52255ce8e3fbf8aa34f6fe7598b openldap-2.4.22.tgz
3476bac9ec0f3c40729c8a404151d5e3 db-4.8.26.tar.gz