rpms/openldap/devel ldap.init,1.17,1.18 openldap.spec,1.53,1.54

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Feb 13 16:11:20 UTC 2006


Author: fenlason

Update of /cvs/dist/rpms/openldap/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15649

Modified Files:
	ldap.init openldap.spec 
Log Message:
Re fix ldap.init



Index: ldap.init
===================================================================
RCS file: /cvs/dist/rpms/openldap/devel/ldap.init,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ldap.init	31 Jan 2006 21:47:36 -0000	1.17
+++ ldap.init	13 Feb 2006 16:11:17 -0000	1.18
@@ -121,8 +121,8 @@
 		fi
 	done
 	# Check the configuration file.
-	if ! action $"Checking configuration files for $prog: " /sbin/runuser -f -m -s /bin/sh -c "$slaptest $slaptestflags" -- "$user" ; then
-		if /sbin/runuser -f -m -s /bin/sh -c "$slaptest  -u" -- "$user" > /dev/null 2> /dev/null ; then
+	if ! action $"Checking configuration files for $prog: " /sbin/runuser -m -s "$slaptest" -- "$user" "$slaptestflags"; then
+		if /sbin/runuser -m -s "$slaptest" -- "$user" "-u" > /dev/null 2> /dev/null ; then
 			dirs=`LANG=C egrep '^directory[[:space:]]+[[:print:]]+$' /etc/openldap/slapd.conf | awk '{print $2}'`
 			for directory in $dirs ; do
 				if test -r $directory/__db.001 ; then


Index: openldap.spec
===================================================================
RCS file: /cvs/dist/rpms/openldap/devel/openldap.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- openldap.spec	11 Feb 2006 04:50:05 -0000	1.53
+++ openldap.spec	13 Feb 2006 16:11:17 -0000	1.54
@@ -13,7 +13,7 @@
 Summary: The configuration files, libraries, and documentation for OpenLDAP.
 Name: openldap
 Version: %{version_23}
-Release: 3.1
+Release: 4
 License: OpenLDAP
 Group: System Environment/Daemons
 Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-%{version_23}.tgz
@@ -682,6 +682,9 @@
 %attr(0644,root,root)      %{evolution_connector_libdir}/*.a
 
 %changelog
+* Mon Feb 13 2006 Jay Fenlason <fenlason at redhat.com> 2.3.19-4
+- Re-fix ldap.init
+
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 2.3.19-3.1
 - bump again for double-long bug on ppc(64)
 




More information about the fedora-cvs-commits mailing list