File:  [LON-CAPA] / loncom / cron / loncapa
Revision 1.6: download - view: text, annotated - select for diffs
Fri Jul 26 18:09:36 2002 UTC (21 years, 9 months ago) by matthew
Branches: MAIN
CVS tags: HEAD
cleanup_database.pl will run at 2:13 in the morning and (by default) remove
all temporary databases that have not been modified in 24 hours.

    1: # re-evaluate lon-capa connections
    2: 10 5 * * *    www    /home/httpd/perl/loncron
    3: 10 1 * * 7    www    /home/httpd/perl/searchcat.pl
    4: # 5 5 * * *    root    /usr/sbin/loncapaverify
    5: 13 2 * * *    www    /home/httpd/perl/cleanup_database.pl
    6: 

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