Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 56669419e71578ed363610507e39dcd4 > files > 6

gridengine-6.2u5-5.fc13.src.rpm

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