File:  [LON-CAPA] / loncom / cron / loncapa
Revision 1.9: download - view: text, annotated - select for diffs
Thu Nov 21 19:41:06 2002 UTC (21 years, 5 months ago) by matthew
Branches: MAIN
CVS tags: version_0_6_2, version_0_6, HEAD
Addition of cleanup_prtspool.pl to cron.

    1: # re-evaluate lon-capa connections
    2: 10 5 * * *    www    /home/httpd/perl/loncron
    3: 10 3 * * *    www    /usr/local/loncapa/bin/CHECKRPMS --cronmail
    4: # Database cleanups
    5: 10 1 * * 7    www    /home/httpd/perl/searchcat.pl
    6: 13 2 * * *    www    /home/httpd/perl/cleanup_database.pl
    7: # Printspool cleanup
    8: 5  1 * * *    www    /home/httpd/perl/cleanup_prtspool.pl
    9: 

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