File:  [LON-CAPA] / loncom / cron / loncapa
Revision 1.15: download - view: text, annotated - select for diffs
Thu Jun 17 19:47:33 2004 UTC (19 years, 9 months ago) by www
Branches: MAIN
CVS tags: version_2_3_X, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, HEAD
Well, maybe not quite that often

####################################################################
#                                                                  #
# Maintenance tasks for loncapa which are run on a periodic basis. #
#                                                                  #
####################################################################

# Re-evaluate loncapa network connections.
10 5 * * *    www    /home/httpd/perl/loncron

# Check whether the RPMS are up-to-date and e-mail the system admins.
# (It is very important to keep a loncapa system running with all applicable
#  security patches.)
10 3 * * 1,4,7    www    /usr/local/loncapa/bin/CHECKRPMS --cronmail

# Repopulate and refresh the metadata database used for the search catalog.
10 1 * * 2,4,6    www    /home/httpd/perl/searchcat.pl

# Remove temporary tables from the metadata database.
13 2 * * *    www    /home/httpd/perl/cleanup_database.pl

# Clean up the printing spool and userfile cache
5 1 * * *    www    /home/httpd/perl/cleanup_file_caches.pl

# Run the auto enrollment script.
30 1 * * *    www    /home/httpd/perl/Autoenroll.pl

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>