Index: openacs-4/etc/keepalive/keepalive-cron.sh
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/etc/keepalive/keepalive-cron.sh,v
diff -u -r1.1.2.2 -r1.1.2.3
--- openacs-4/etc/keepalive/keepalive-cron.sh	7 Feb 2005 00:18:22 -0000	1.1.2.2
+++ openacs-4/etc/keepalive/keepalive-cron.sh	7 Feb 2005 00:26:23 -0000	1.1.2.3
@@ -13,7 +13,7 @@
 # @author Peter Marklund
 
 # the next line restarts using tclsh, the trailing slash is intentional \
-exec tclsh "$0" "$@"
+exec /usr/bin/tclsh "$0" "$@"
 
 set script_dir [file dirname [info script]]
 
Index: openacs-4/etc/keepalive/keepalive.sh
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/etc/keepalive/keepalive.sh,v
diff -u -r1.1.2.1 -r1.1.2.2
--- openacs-4/etc/keepalive/keepalive.sh	21 Jun 2004 13:18:15 -0000	1.1.2.1
+++ openacs-4/etc/keepalive/keepalive.sh	7 Feb 2005 00:26:23 -0000	1.1.2.2
@@ -10,7 +10,7 @@
 # @author Peter Marklund
 
 # the next line restarts using tclsh, the trailing slash is intentional \
-exec tclsh "$0" "$@"
+exec /usr/bin/tclsh "$0" "$@"
 
 set script_dir [file dirname [info script]]