[openldap/f14/master] fix: invalid path to db_recover

jvcelak jvcelak at fedoraproject.org
Tue Jan 25 13:18:42 UTC 2011


commit 8f9626105f4a568f8bb0079fe85dd43eebe6553a
Author: Jan Vcelak <jvcelak at redhat.com>
Date:   Tue Jan 25 14:10:47 2011 +0100

    fix: invalid path to db_recover

 openldap.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/openldap.spec b/openldap.spec
index 67c4d88..74cfeb7 100644
--- a/openldap.spec
+++ b/openldap.spec
@@ -560,7 +560,7 @@ if [ $2 -eq 2 ]; then
 		fi
 
 		# ensure the database is consistent
-		runuser -m -s /usr/sbin/db_recover -- "ldap" -h %{_sharedstatedir}/ldap &>/dev/null
+		runuser -m -s /usr/bin/db_recover -- "ldap" -h %{_sharedstatedir}/ldap &>/dev/null
 
 		# upgrade will be performed after removing old db4
 		touch upgrade_db4


More information about the scm-commits mailing list