rpms/gridengine/F-10 gridengine-6.2-db.patch,NONE,1.1

Orion Poplawski orion at fedoraproject.org
Tue Nov 18 18:22:04 UTC 2008


Author: orion

Update of /cvs/pkgs/rpms/gridengine/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv481

Added Files:
	gridengine-6.2-db.patch 
Log Message:
Check in the patch


gridengine-6.2-db.patch:

--- NEW FILE gridengine-6.2-db.patch ---
--- gridengine/source/dist/util/bdb_checkpoint.sh.db	2004-05-26 07:01:48.000000000 -0600
+++ gridengine/source/dist/util/bdb_checkpoint.sh	2008-11-12 09:06:47.000000000 -0700
@@ -79,7 +79,7 @@
 . ${SGE_ROOT}/${SGE_CELL}/common/settings.sh
 
 # checkpoint transaction log
-result=`${SGE_ROOT}/utilbin/${SGE_ARCH}/db_checkpoint -1 -h ${BDB_HOME} 2>&1`
+result=`db_checkpoint -1 -h ${BDB_HOME} 2>&1`
 if [ $? -ne 0 ]; then
    echo "error checkpointing transaction log:" >&2
    echo $result >&2
@@ -87,7 +87,7 @@
 fi
 
 # retrieve no longer needed transaction logs
-logs=`${SGE_ROOT}/utilbin/${SGE_ARCH}/db_archive -h ${BDB_HOME} 2>&1`
+logs=`db_archive -h ${BDB_HOME} 2>&1`
 if [ $? -ne 0 ]; then
    echo "error retrieving outdated transaction logs:" >&2
    echo $logs >&2




More information about the fedora-extras-commits mailing list