--- implementation/search/install_search.orig Tue Sep 20 09:38:31 2005 +++ implementation/search/install_search Sat Nov 19 00:33:12 2005 @@ -6,10 +6,10 @@ if $USER_INSTALL; then exit 0; fi -. ${INSTALL_CONF}/cron_functions -if [ -f /etc/crontab ]; then - uninstall_cron_task "$BIN_DIR/gather" /etc/crontab -fi -install_cron_task "0" "*/4" "*" "*" "*" "$ROOT_USER" "$BIN_DIR/gather" /etc/cron.d/campsite_gather -c || exit 1 -restart_cron || exit 1 +#. ${INSTALL_CONF}/cron_functions +#if [ -f /etc/crontab ]; then +# uninstall_cron_task "$BIN_DIR/gather" /etc/crontab +#fi +#install_cron_task "0" "*/4" "*" "*" "*" "$ROOT_USER" "$BIN_DIR/gather" /etc/cron.d/campsite_gather -c || exit 1 +#restart_cron || exit 1 exit 0